Uses of Class
android.widget.TextView.BufferType

Packages that use TextView.BufferType
android.widget   
 

Uses of TextView.BufferType in android.widget
 

Methods in android.widget that return TextView.BufferType
static TextView.BufferType TextView.BufferType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TextView.BufferType[] TextView.BufferType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in android.widget with parameters of type TextView.BufferType
 void EditText.setText(CharSequence text, TextView.BufferType type)
           
 void TextView.setText(CharSequence text, TextView.BufferType type)
           
 void TextView.setText(int resid, TextView.BufferType type)
           
 void TextView.setTextKeepState(CharSequence text, TextView.BufferType type)
           
 



Copyright © 2008-2012. All Rights Reserved.