public class AllCapsTransformationMethod extends Object implements TransformationMethod
| Constructor and Description |
|---|
AllCapsTransformationMethod(android.content.Context context) |
| Modifier and Type | Method and Description |
|---|---|
CharSequence |
getTransformation(CharSequence source,
android.view.View view) |
void |
onFocusChanged(android.view.View view,
CharSequence sourceText,
boolean focused,
int direction,
android.graphics.Rect previouslyFocusedRect) |
void |
setLengthChangesAllowed(boolean allowLengthChanges) |
public AllCapsTransformationMethod(android.content.Context context)
public CharSequence getTransformation(CharSequence source, android.view.View view)
getTransformation in interface android.text.method.TransformationMethodpublic void onFocusChanged(android.view.View view,
CharSequence sourceText,
boolean focused,
int direction,
android.graphics.Rect previouslyFocusedRect)
onFocusChanged in interface android.text.method.TransformationMethodpublic void setLengthChangesAllowed(boolean allowLengthChanges)
Copyright © 2012-2013. All Rights Reserved.