BlowTorch
 All Classes Namespaces Files Functions Variables Enumerator Pages
Classes | Public Member Functions | Protected Member Functions | List of all members
com.offsetnull.bt.window.BetterEditText Class Reference
Inheritance diagram for com.offsetnull.bt.window.BetterEditText:
Inheritance graph
[legend]
Collaboration diagram for com.offsetnull.bt.window.BetterEditText:
Collaboration graph
[legend]

Classes

interface  AnimationEndListener
 
interface  BackPressedListener
 
class  EditableInputConnection
 

Public Member Functions

 BetterEditText (Context context, AttributeSet attrs, int defStyle)
 
 BetterEditText (Context context, AttributeSet attrs)
 
 BetterEditText (Context context)
 
InputConnection onCreateInputConnection (EditorInfo attrs)
 
boolean onCheckIsTextEditor ()
 
void setExtractedText (ExtractedText text)
 
void setUseFullScreen (Boolean useFullScreen)
 
Boolean getUseFullScreen ()
 
void setBackSpaceBugFix (Boolean backSpaceBugFix)
 
Boolean getBackSpaceBugFix ()
 
void setListener (AnimationEndListener listener)
 
AnimationEndListener getListener ()
 
boolean onKeyPreIme (int keyCode, KeyEvent event)
 
void setOnBackPressedListener (BackPressedListener l)
 

Protected Member Functions

void onAnimationEnd ()
 

Constructor & Destructor Documentation

com.offsetnull.bt.window.BetterEditText.BetterEditText ( Context  context,
AttributeSet  attrs,
int  defStyle 
)
com.offsetnull.bt.window.BetterEditText.BetterEditText ( Context  context,
AttributeSet  attrs 
)
com.offsetnull.bt.window.BetterEditText.BetterEditText ( Context  context)

Member Function Documentation

Boolean com.offsetnull.bt.window.BetterEditText.getBackSpaceBugFix ( )
AnimationEndListener com.offsetnull.bt.window.BetterEditText.getListener ( )
Boolean com.offsetnull.bt.window.BetterEditText.getUseFullScreen ( )
void com.offsetnull.bt.window.BetterEditText.onAnimationEnd ( )
protected

Here is the call graph for this function:

boolean com.offsetnull.bt.window.BetterEditText.onCheckIsTextEditor ( )
InputConnection com.offsetnull.bt.window.BetterEditText.onCreateInputConnection ( EditorInfo  attrs)
boolean com.offsetnull.bt.window.BetterEditText.onKeyPreIme ( int  keyCode,
KeyEvent  event 
)

Here is the call graph for this function:

void com.offsetnull.bt.window.BetterEditText.setBackSpaceBugFix ( Boolean  backSpaceBugFix)

Here is the caller graph for this function:

void com.offsetnull.bt.window.BetterEditText.setExtractedText ( ExtractedText  text)
void com.offsetnull.bt.window.BetterEditText.setListener ( AnimationEndListener  listener)

Here is the caller graph for this function:

void com.offsetnull.bt.window.BetterEditText.setOnBackPressedListener ( BackPressedListener  l)

Here is the caller graph for this function:

void com.offsetnull.bt.window.BetterEditText.setUseFullScreen ( Boolean  useFullScreen)

The documentation for this class was generated from the following file: