All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.holoeverywhere.text.TransformationMethod Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version

package org.holoeverywhere.text;

import android.graphics.Rect;
import android.view.View;

public interface TransformationMethod extends android.text.method.TransformationMethod {
    @Override
    public CharSequence getTransformation(CharSequence source, View view);

    @Override
    public void onFocusChanged(View view, CharSequence sourceText,
            boolean focused, int direction,
            Rect previouslyFocusedRect);

    public void setLengthChangesAllowed(boolean allowLengthChanges);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy