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

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

The 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 - 2025 Weber Informatics LLC | Privacy Policy