C# Class android.widget.TextView

Inheritance: android.view.View, android.view.ViewTreeObserver.OnPreDrawListener
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
TextView ( android arg0 )
TextView ( android arg0, android arg1 )
TextView ( android arg0, android arg1, int arg2 )
addTextChangedListener ( android arg0 ) : void
append ( java arg0 ) : void
append ( java arg0, int arg1, int arg2 ) : void
append ( string arg0 ) : void
append ( string arg0, int arg1, int arg2 ) : void
beginBatchEdit ( ) : void
bringPointIntoView ( int arg0 ) : bool
cancelLongPress ( ) : void
clearComposingText ( ) : void
computeScroll ( ) : void
debug ( int arg0 ) : void
didTouchFocusSelect ( ) : bool
dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
endBatchEdit ( ) : void
extractText ( android arg0, android arg1 ) : bool
getAutoLinkMask ( ) : int
getBaseline ( ) : int
getCompoundDrawablePadding ( ) : int
getCompoundDrawables ( ) : global::android.graphics.drawable.Drawable[]
getCompoundPaddingBottom ( ) : int
getCompoundPaddingLeft ( ) : int
getCompoundPaddingRight ( ) : int
getCompoundPaddingTop ( ) : int
getCurrentHintTextColor ( ) : int
getCurrentTextColor ( ) : int
getEditableText ( ) : global::android.text.Editable
getEllipsize ( ) : global::android.text.TextUtils.TruncateAt
getError ( ) : global::java.lang.CharSequence
getExtendedPaddingBottom ( ) : int
getExtendedPaddingTop ( ) : int
getFilters ( ) : global::android.text.InputFilter[]
getFocusedRect ( android arg0 ) : void
getFreezesText ( ) : bool
getGravity ( ) : int
getHint ( ) : global::java.lang.CharSequence
getHintTextColors ( ) : global::android.content.res.ColorStateList
getImeActionId ( ) : int
getImeActionLabel ( ) : global::java.lang.CharSequence
getImeOptions ( ) : int
getInputExtras ( bool arg0 ) : global::android.os.Bundle
getInputType ( ) : int
getKeyListener ( ) : global::android.text.method.KeyListener
getLayout ( ) : global::android.text.Layout
getLineBounds ( int arg0, android arg1 ) : int
getLineCount ( ) : int
getLineHeight ( ) : int
getLinkTextColors ( ) : global::android.content.res.ColorStateList
getLinksClickable ( ) : bool
getMovementMethod ( ) : global::android.text.method.MovementMethod
getPaint ( ) : global::android.text.TextPaint
getPaintFlags ( ) : int
getPrivateImeOptions ( ) : global::java.lang.String
getSelectionEnd ( ) : int
getSelectionStart ( ) : int
getText ( ) : global::java.lang.CharSequence
getTextColor ( android arg0, android arg1, int arg2 ) : int
getTextColors ( ) : global::android.content.res.ColorStateList
getTextColors ( android arg0, android arg1 ) : global::android.content.res.ColorStateList
getTextScaleX ( ) : float
getTextSize ( ) : float
getTotalPaddingBottom ( ) : int
getTotalPaddingLeft ( ) : int
getTotalPaddingRight ( ) : int
getTotalPaddingTop ( ) : int
getTransformationMethod ( ) : global::android.text.method.TransformationMethod
getTypeface ( ) : global::android.graphics.Typeface
getUrls ( ) : global::android.text.style.URLSpan[]
hasSelection ( ) : bool
invalidateDrawable ( android arg0 ) : void
isInputMethodTarget ( ) : bool
length ( ) : int
moveCursorToVisibleOffset ( ) : bool
onBeginBatchEdit ( ) : void
onCheckIsTextEditor ( ) : bool
onCommitCompletion ( android arg0 ) : void
onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
onEditorAction ( int arg0 ) : void
onEndBatchEdit ( ) : void
onFinishTemporaryDetach ( ) : void
onKeyDown ( int arg0, android arg1 ) : bool
onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
onKeyShortcut ( int arg0, android arg1 ) : bool
onKeyUp ( int arg0, android arg1 ) : bool
onPreDraw ( ) : bool
onPrivateIMECommand ( java arg0, android arg1 ) : bool
onRestoreInstanceState ( android arg0 ) : void
onSaveInstanceState ( ) : global::android.os.Parcelable
onStartTemporaryDetach ( ) : void
onTextContextMenuItem ( int arg0 ) : bool
onTouchEvent ( android arg0 ) : bool
onTrackballEvent ( android arg0 ) : bool
onWindowFocusChanged ( bool arg0 ) : void
performLongClick ( ) : bool
removeTextChangedListener ( android arg0 ) : void
setAutoLinkMask ( int arg0 ) : void
setCompoundDrawablePadding ( int arg0 ) : void
setCompoundDrawables ( android arg0, android arg1, android arg2, android arg3 ) : void
setCompoundDrawablesWithIntrinsicBounds ( android arg0, android arg1, android arg2, android arg3 ) : void
setCompoundDrawablesWithIntrinsicBounds ( int arg0, int arg1, int arg2, int arg3 ) : void
setCursorVisible ( bool arg0 ) : void
setEditableFactory ( android arg0 ) : void
setEllipsize ( android arg0 ) : void
setEms ( int arg0 ) : void
setError ( java arg0 ) : void
setError ( java arg0, android arg1 ) : void
setError ( string arg0 ) : void
setError ( string arg0, android arg1 ) : void
setExtractedText ( android arg0 ) : void
setFilters ( android arg0 ) : void
setFreezesText ( bool arg0 ) : void
setGravity ( int arg0 ) : void
setHeight ( int arg0 ) : void
setHighlightColor ( int arg0 ) : void
setHint ( int arg0 ) : void
setHint ( java arg0 ) : void
setHint ( string arg0 ) : void
setHintTextColor ( android arg0 ) : void
setHintTextColor ( int arg0 ) : void
setHorizontallyScrolling ( bool arg0 ) : void
setImeActionLabel ( java arg0, int arg1 ) : void
setImeActionLabel ( string arg0, int arg1 ) : void
setImeOptions ( int arg0 ) : void
setIncludeFontPadding ( bool arg0 ) : void
setInputExtras ( int arg0 ) : void
setInputType ( int arg0 ) : void
setKeyListener ( android arg0 ) : void
setLineSpacing ( float arg0, float arg1 ) : void
setLines ( int arg0 ) : void
setLinkTextColor ( android arg0 ) : void
setLinkTextColor ( int arg0 ) : void
setLinksClickable ( bool arg0 ) : void
setMarqueeRepeatLimit ( int arg0 ) : void
setMaxEms ( int arg0 ) : void
setMaxHeight ( int arg0 ) : void
setMaxLines ( int arg0 ) : void
setMaxWidth ( int arg0 ) : void
setMinEms ( int arg0 ) : void
setMinHeight ( int arg0 ) : void
setMinLines ( int arg0 ) : void
setMinWidth ( int arg0 ) : void
setMovementMethod ( android arg0 ) : void
setOnEditorActionListener ( android arg0 ) : void
setOnEditorActionListener ( global arg0 ) : void
setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
setPaintFlags ( int arg0 ) : void
setPrivateImeOptions ( java arg0 ) : void
setRawInputType ( int arg0 ) : void
setScroller ( android arg0 ) : void
setSelectAllOnFocus ( bool arg0 ) : void
setSelected ( bool arg0 ) : void
setShadowLayer ( float arg0, float arg1, float arg2, int arg3 ) : void
setSingleLine ( ) : void
setSingleLine ( bool arg0 ) : void
setSpannableFactory ( android arg0 ) : void
setText ( char arg0, int arg1, int arg2 ) : void
setText ( int arg0 ) : void
setText ( int arg0, android arg1 ) : void
setText ( java arg0 ) : void
setText ( java arg0, android arg1 ) : void
setText ( string arg0 ) : void
setText ( string arg0, android arg1 ) : void
setTextAppearance ( android arg0, int arg1 ) : void
setTextColor ( android arg0 ) : void
setTextColor ( int arg0 ) : void
setTextKeepState ( java arg0 ) : void
setTextKeepState ( java arg0, android arg1 ) : void
setTextKeepState ( string arg0 ) : void
setTextKeepState ( string arg0, android arg1 ) : void
setTextScaleX ( float arg0 ) : void
setTextSize ( float arg0 ) : void
setTextSize ( int arg0, float arg1 ) : void
setTransformationMethod ( android arg0 ) : void
setTypeface ( android arg0 ) : void
setTypeface ( android arg0, int arg1 ) : void
setWidth ( int arg0 ) : void

Protected Methods

Method Description
TextView ( global @__env )
computeHorizontalScrollRange ( ) : int
computeVerticalScrollExtent ( ) : int
computeVerticalScrollRange ( ) : int
drawableStateChanged ( ) : void
getBottomPaddingOffset ( ) : int
getDefaultEditable ( ) : bool
getDefaultMovementMethod ( ) : global::android.text.method.MovementMethod
getLeftFadingEdgeStrength ( ) : float
getLeftPaddingOffset ( ) : int
getRightFadingEdgeStrength ( ) : float
getRightPaddingOffset ( ) : int
getTopPaddingOffset ( ) : int
isPaddingOffsetRequired ( ) : bool
onAttachedToWindow ( ) : void
onCreateContextMenu ( android arg0 ) : void
onDetachedFromWindow ( ) : void
onDraw ( android arg0 ) : void
onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
onMeasure ( int arg0, int arg1 ) : void
onSelectionChanged ( int arg0, int arg1 ) : void
onTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void
onTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void
setFrame ( int arg0, int arg1, int arg2, int arg3 ) : bool
verifyDrawable ( android arg0 ) : bool

Private Methods

Method Description
TextView ( )

Method Details

TextView() public method

public TextView ( android arg0 )
arg0 android

TextView() public method

public TextView ( android arg0, android arg1 )
arg0 android
arg1 android

TextView() public method

public TextView ( android arg0, android arg1, int arg2 )
arg0 android
arg1 android
arg2 int

TextView() protected method

protected TextView ( global @__env )
@__env global

addTextChangedListener() public method

public addTextChangedListener ( android arg0 ) : void
arg0 android
return void

append() public method

public append ( java arg0 ) : void
arg0 java
return void

append() public method

public append ( java arg0, int arg1, int arg2 ) : void
arg0 java
arg1 int
arg2 int
return void

append() public method

public append ( string arg0 ) : void
arg0 string
return void

append() public method

public append ( string arg0, int arg1, int arg2 ) : void
arg0 string
arg1 int
arg2 int
return void

beginBatchEdit() public method

public beginBatchEdit ( ) : void
return void

bringPointIntoView() public method

public bringPointIntoView ( int arg0 ) : bool
arg0 int
return bool

cancelLongPress() public method

public cancelLongPress ( ) : void
return void

clearComposingText() public method

public clearComposingText ( ) : void
return void

computeHorizontalScrollRange() protected method

protected computeHorizontalScrollRange ( ) : int
return int

computeScroll() public method

public computeScroll ( ) : void
return void

computeVerticalScrollExtent() protected method

protected computeVerticalScrollExtent ( ) : int
return int

computeVerticalScrollRange() protected method

protected computeVerticalScrollRange ( ) : int
return int

debug() public method

public debug ( int arg0 ) : void
arg0 int
return void

didTouchFocusSelect() public method

public didTouchFocusSelect ( ) : bool
return bool

dispatchPopulateAccessibilityEvent() public method

public dispatchPopulateAccessibilityEvent ( android arg0 ) : bool
arg0 android
return bool

drawableStateChanged() protected method

protected drawableStateChanged ( ) : void
return void

endBatchEdit() public method

public endBatchEdit ( ) : void
return void

extractText() public method

public extractText ( android arg0, android arg1 ) : bool
arg0 android
arg1 android
return bool

getAutoLinkMask() public method

public getAutoLinkMask ( ) : int
return int

getBaseline() public method

public getBaseline ( ) : int
return int

getBottomPaddingOffset() protected method

protected getBottomPaddingOffset ( ) : int
return int

getCompoundDrawablePadding() public method

public getCompoundDrawablePadding ( ) : int
return int

getCompoundDrawables() public method

public getCompoundDrawables ( ) : global::android.graphics.drawable.Drawable[]
return global::android.graphics.drawable.Drawable[]

getCompoundPaddingBottom() public method

public getCompoundPaddingBottom ( ) : int
return int

getCompoundPaddingLeft() public method

public getCompoundPaddingLeft ( ) : int
return int

getCompoundPaddingRight() public method

public getCompoundPaddingRight ( ) : int
return int

getCompoundPaddingTop() public method

public getCompoundPaddingTop ( ) : int
return int

getCurrentHintTextColor() public method

public getCurrentHintTextColor ( ) : int
return int

getCurrentTextColor() public method

public getCurrentTextColor ( ) : int
return int

getDefaultEditable() protected method

protected getDefaultEditable ( ) : bool
return bool

getDefaultMovementMethod() protected method

protected getDefaultMovementMethod ( ) : global::android.text.method.MovementMethod
return global::android.text.method.MovementMethod

getEditableText() public method

public getEditableText ( ) : global::android.text.Editable
return global::android.text.Editable

getEllipsize() public method

public getEllipsize ( ) : global::android.text.TextUtils.TruncateAt
return global::android.text.TextUtils.TruncateAt

getError() public method

public getError ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getExtendedPaddingBottom() public method

public getExtendedPaddingBottom ( ) : int
return int

getExtendedPaddingTop() public method

public getExtendedPaddingTop ( ) : int
return int

getFilters() public method

public getFilters ( ) : global::android.text.InputFilter[]
return global::android.text.InputFilter[]

getFocusedRect() public method

public getFocusedRect ( android arg0 ) : void
arg0 android
return void

getFreezesText() public method

public getFreezesText ( ) : bool
return bool

getGravity() public method

public getGravity ( ) : int
return int

getHint() public method

public getHint ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getHintTextColors() public method

public getHintTextColors ( ) : global::android.content.res.ColorStateList
return global::android.content.res.ColorStateList

getImeActionId() public method

public getImeActionId ( ) : int
return int

getImeActionLabel() public method

public getImeActionLabel ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getImeOptions() public method

public getImeOptions ( ) : int
return int

getInputExtras() public method

public getInputExtras ( bool arg0 ) : global::android.os.Bundle
arg0 bool
return global::android.os.Bundle

getInputType() public method

public getInputType ( ) : int
return int

getKeyListener() public method

public getKeyListener ( ) : global::android.text.method.KeyListener
return global::android.text.method.KeyListener

getLayout() public method

public getLayout ( ) : global::android.text.Layout
return global::android.text.Layout

getLeftFadingEdgeStrength() protected method

protected getLeftFadingEdgeStrength ( ) : float
return float

getLeftPaddingOffset() protected method

protected getLeftPaddingOffset ( ) : int
return int

getLineBounds() public method

public getLineBounds ( int arg0, android arg1 ) : int
arg0 int
arg1 android
return int

getLineCount() public method

public getLineCount ( ) : int
return int

getLineHeight() public method

public getLineHeight ( ) : int
return int

getLinkTextColors() public method

public getLinkTextColors ( ) : global::android.content.res.ColorStateList
return global::android.content.res.ColorStateList

getLinksClickable() public method

public getLinksClickable ( ) : bool
return bool

getMovementMethod() public method

public getMovementMethod ( ) : global::android.text.method.MovementMethod
return global::android.text.method.MovementMethod

getPaint() public method

public getPaint ( ) : global::android.text.TextPaint
return global::android.text.TextPaint

getPaintFlags() public method

public getPaintFlags ( ) : int
return int

getPrivateImeOptions() public method

public getPrivateImeOptions ( ) : global::java.lang.String
return global::java.lang.String

getRightFadingEdgeStrength() protected method

protected getRightFadingEdgeStrength ( ) : float
return float

getRightPaddingOffset() protected method

protected getRightPaddingOffset ( ) : int
return int

getSelectionEnd() public method

public getSelectionEnd ( ) : int
return int

getSelectionStart() public method

public getSelectionStart ( ) : int
return int

getText() public method

public getText ( ) : global::java.lang.CharSequence
return global::java.lang.CharSequence

getTextColor() public static method

public static getTextColor ( android arg0, android arg1, int arg2 ) : int
arg0 android
arg1 android
arg2 int
return int

getTextColors() public method

public getTextColors ( ) : global::android.content.res.ColorStateList
return global::android.content.res.ColorStateList

getTextColors() public static method

public static getTextColors ( android arg0, android arg1 ) : global::android.content.res.ColorStateList
arg0 android
arg1 android
return global::android.content.res.ColorStateList

getTextScaleX() public method

public getTextScaleX ( ) : float
return float

getTextSize() public method

public getTextSize ( ) : float
return float

getTopPaddingOffset() protected method

protected getTopPaddingOffset ( ) : int
return int

getTotalPaddingBottom() public method

public getTotalPaddingBottom ( ) : int
return int

getTotalPaddingLeft() public method

public getTotalPaddingLeft ( ) : int
return int

getTotalPaddingRight() public method

public getTotalPaddingRight ( ) : int
return int

getTotalPaddingTop() public method

public getTotalPaddingTop ( ) : int
return int

getTransformationMethod() public method

public getTransformationMethod ( ) : global::android.text.method.TransformationMethod
return global::android.text.method.TransformationMethod

getTypeface() public method

public getTypeface ( ) : global::android.graphics.Typeface
return global::android.graphics.Typeface

getUrls() public method

public getUrls ( ) : global::android.text.style.URLSpan[]
return global::android.text.style.URLSpan[]

hasSelection() public method

public hasSelection ( ) : bool
return bool

invalidateDrawable() public method

public invalidateDrawable ( android arg0 ) : void
arg0 android
return void

isInputMethodTarget() public method

public isInputMethodTarget ( ) : bool
return bool

isPaddingOffsetRequired() protected method

protected isPaddingOffsetRequired ( ) : bool
return bool

length() public method

public length ( ) : int
return int

moveCursorToVisibleOffset() public method

public moveCursorToVisibleOffset ( ) : bool
return bool

onAttachedToWindow() protected method

protected onAttachedToWindow ( ) : void
return void

onBeginBatchEdit() public method

public onBeginBatchEdit ( ) : void
return void

onCheckIsTextEditor() public method

public onCheckIsTextEditor ( ) : bool
return bool

onCommitCompletion() public method

public onCommitCompletion ( android arg0 ) : void
arg0 android
return void

onCreateContextMenu() protected method

protected onCreateContextMenu ( android arg0 ) : void
arg0 android
return void

onCreateInputConnection() public method

public onCreateInputConnection ( android arg0 ) : global::android.view.inputmethod.InputConnection
arg0 android
return global::android.view.inputmethod.InputConnection

onDetachedFromWindow() protected method

protected onDetachedFromWindow ( ) : void
return void

onDraw() protected method

protected onDraw ( android arg0 ) : void
arg0 android
return void

onEditorAction() public method

public onEditorAction ( int arg0 ) : void
arg0 int
return void

onEndBatchEdit() public method

public onEndBatchEdit ( ) : void
return void

onFinishTemporaryDetach() public method

public onFinishTemporaryDetach ( ) : void
return void

onFocusChanged() protected method

protected onFocusChanged ( bool arg0, int arg1, android arg2 ) : void
arg0 bool
arg1 int
arg2 android
return void

onKeyDown() public method

public onKeyDown ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyMultiple() public method

public onKeyMultiple ( int arg0, int arg1, android arg2 ) : bool
arg0 int
arg1 int
arg2 android
return bool

onKeyShortcut() public method

public onKeyShortcut ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onKeyUp() public method

public onKeyUp ( int arg0, android arg1 ) : bool
arg0 int
arg1 android
return bool

onMeasure() protected method

protected onMeasure ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onPreDraw() public method

public onPreDraw ( ) : bool
return bool

onPrivateIMECommand() public method

public onPrivateIMECommand ( java arg0, android arg1 ) : bool
arg0 java
arg1 android
return bool

onRestoreInstanceState() public method

public onRestoreInstanceState ( android arg0 ) : void
arg0 android
return void

onSaveInstanceState() public method

public onSaveInstanceState ( ) : global::android.os.Parcelable
return global::android.os.Parcelable

onSelectionChanged() protected method

protected onSelectionChanged ( int arg0, int arg1 ) : void
arg0 int
arg1 int
return void

onStartTemporaryDetach() public method

public onStartTemporaryDetach ( ) : void
return void

onTextChanged() protected method

protected onTextChanged ( java arg0, int arg1, int arg2, int arg3 ) : void
arg0 java
arg1 int
arg2 int
arg3 int
return void

onTextChanged() protected method

protected onTextChanged ( string arg0, int arg1, int arg2, int arg3 ) : void
arg0 string
arg1 int
arg2 int
arg3 int
return void

onTextContextMenuItem() public method

public onTextContextMenuItem ( int arg0 ) : bool
arg0 int
return bool

onTouchEvent() public method

public onTouchEvent ( android arg0 ) : bool
arg0 android
return bool

onTrackballEvent() public method

public onTrackballEvent ( android arg0 ) : bool
arg0 android
return bool

onWindowFocusChanged() public method

public onWindowFocusChanged ( bool arg0 ) : void
arg0 bool
return void

performLongClick() public method

public performLongClick ( ) : bool
return bool

removeTextChangedListener() public method

public removeTextChangedListener ( android arg0 ) : void
arg0 android
return void

setAutoLinkMask() public method

public setAutoLinkMask ( int arg0 ) : void
arg0 int
return void

setCompoundDrawablePadding() public method

public setCompoundDrawablePadding ( int arg0 ) : void
arg0 int
return void

setCompoundDrawables() public method

public setCompoundDrawables ( android arg0, android arg1, android arg2, android arg3 ) : void
arg0 android
arg1 android
arg2 android
arg3 android
return void

setCompoundDrawablesWithIntrinsicBounds() public method

public setCompoundDrawablesWithIntrinsicBounds ( android arg0, android arg1, android arg2, android arg3 ) : void
arg0 android
arg1 android
arg2 android
arg3 android
return void

setCompoundDrawablesWithIntrinsicBounds() public method

public setCompoundDrawablesWithIntrinsicBounds ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

setCursorVisible() public method

public setCursorVisible ( bool arg0 ) : void
arg0 bool
return void

setEditableFactory() public method

public setEditableFactory ( android arg0 ) : void
arg0 android
return void

setEllipsize() public method

public setEllipsize ( android arg0 ) : void
arg0 android
return void

setEms() public method

public setEms ( int arg0 ) : void
arg0 int
return void

setError() public method

public setError ( java arg0 ) : void
arg0 java
return void

setError() public method

public setError ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

setError() public method

public setError ( string arg0 ) : void
arg0 string
return void

setError() public method

public setError ( string arg0, android arg1 ) : void
arg0 string
arg1 android
return void

setExtractedText() public method

public setExtractedText ( android arg0 ) : void
arg0 android
return void

setFilters() public method

public setFilters ( android arg0 ) : void
arg0 android
return void

setFrame() protected method

protected setFrame ( int arg0, int arg1, int arg2, int arg3 ) : bool
arg0 int
arg1 int
arg2 int
arg3 int
return bool

setFreezesText() public method

public setFreezesText ( bool arg0 ) : void
arg0 bool
return void

setGravity() public method

public setGravity ( int arg0 ) : void
arg0 int
return void

setHeight() public method

public setHeight ( int arg0 ) : void
arg0 int
return void

setHighlightColor() public method

public setHighlightColor ( int arg0 ) : void
arg0 int
return void

setHint() public method

public setHint ( int arg0 ) : void
arg0 int
return void

setHint() public method

public setHint ( java arg0 ) : void
arg0 java
return void

setHint() public method

public setHint ( string arg0 ) : void
arg0 string
return void

setHintTextColor() public method

public setHintTextColor ( android arg0 ) : void
arg0 android
return void

setHintTextColor() public method

public setHintTextColor ( int arg0 ) : void
arg0 int
return void

setHorizontallyScrolling() public method

public setHorizontallyScrolling ( bool arg0 ) : void
arg0 bool
return void

setImeActionLabel() public method

public setImeActionLabel ( java arg0, int arg1 ) : void
arg0 java
arg1 int
return void

setImeActionLabel() public method

public setImeActionLabel ( string arg0, int arg1 ) : void
arg0 string
arg1 int
return void

setImeOptions() public method

public setImeOptions ( int arg0 ) : void
arg0 int
return void

setIncludeFontPadding() public method

public setIncludeFontPadding ( bool arg0 ) : void
arg0 bool
return void

setInputExtras() public method

public setInputExtras ( int arg0 ) : void
arg0 int
return void

setInputType() public method

public setInputType ( int arg0 ) : void
arg0 int
return void

setKeyListener() public method

public setKeyListener ( android arg0 ) : void
arg0 android
return void

setLineSpacing() public method

public setLineSpacing ( float arg0, float arg1 ) : void
arg0 float
arg1 float
return void

setLines() public method

public setLines ( int arg0 ) : void
arg0 int
return void

setLinkTextColor() public method

public setLinkTextColor ( android arg0 ) : void
arg0 android
return void

setLinkTextColor() public method

public setLinkTextColor ( int arg0 ) : void
arg0 int
return void

setLinksClickable() public method

public setLinksClickable ( bool arg0 ) : void
arg0 bool
return void

setMarqueeRepeatLimit() public method

public setMarqueeRepeatLimit ( int arg0 ) : void
arg0 int
return void

setMaxEms() public method

public setMaxEms ( int arg0 ) : void
arg0 int
return void

setMaxHeight() public method

public setMaxHeight ( int arg0 ) : void
arg0 int
return void

setMaxLines() public method

public setMaxLines ( int arg0 ) : void
arg0 int
return void

setMaxWidth() public method

public setMaxWidth ( int arg0 ) : void
arg0 int
return void

setMinEms() public method

public setMinEms ( int arg0 ) : void
arg0 int
return void

setMinHeight() public method

public setMinHeight ( int arg0 ) : void
arg0 int
return void

setMinLines() public method

public setMinLines ( int arg0 ) : void
arg0 int
return void

setMinWidth() public method

public setMinWidth ( int arg0 ) : void
arg0 int
return void

setMovementMethod() public method

public setMovementMethod ( android arg0 ) : void
arg0 android
return void

setOnEditorActionListener() public method

public setOnEditorActionListener ( android arg0 ) : void
arg0 android
return void

setOnEditorActionListener() public method

public setOnEditorActionListener ( global arg0 ) : void
arg0 global
return void

setPadding() public method

public setPadding ( int arg0, int arg1, int arg2, int arg3 ) : void
arg0 int
arg1 int
arg2 int
arg3 int
return void

setPaintFlags() public method

public setPaintFlags ( int arg0 ) : void
arg0 int
return void

setPrivateImeOptions() public method

public setPrivateImeOptions ( java arg0 ) : void
arg0 java
return void

setRawInputType() public method

public setRawInputType ( int arg0 ) : void
arg0 int
return void

setScroller() public method

public setScroller ( android arg0 ) : void
arg0 android
return void

setSelectAllOnFocus() public method

public setSelectAllOnFocus ( bool arg0 ) : void
arg0 bool
return void

setSelected() public method

public setSelected ( bool arg0 ) : void
arg0 bool
return void

setShadowLayer() public method

public setShadowLayer ( float arg0, float arg1, float arg2, int arg3 ) : void
arg0 float
arg1 float
arg2 float
arg3 int
return void

setSingleLine() public method

public setSingleLine ( ) : void
return void

setSingleLine() public method

public setSingleLine ( bool arg0 ) : void
arg0 bool
return void

setSpannableFactory() public method

public setSpannableFactory ( android arg0 ) : void
arg0 android
return void

setText() public method

public setText ( char arg0, int arg1, int arg2 ) : void
arg0 char
arg1 int
arg2 int
return void

setText() public method

public setText ( int arg0 ) : void
arg0 int
return void

setText() public method

public setText ( int arg0, android arg1 ) : void
arg0 int
arg1 android
return void

setText() public method

public setText ( java arg0 ) : void
arg0 java
return void

setText() public method

public setText ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

setText() public method

public setText ( string arg0 ) : void
arg0 string
return void

setText() public method

public setText ( string arg0, android arg1 ) : void
arg0 string
arg1 android
return void

setTextAppearance() public method

public setTextAppearance ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setTextColor() public method

public setTextColor ( android arg0 ) : void
arg0 android
return void

setTextColor() public method

public setTextColor ( int arg0 ) : void
arg0 int
return void

setTextKeepState() public method

public setTextKeepState ( java arg0 ) : void
arg0 java
return void

setTextKeepState() public method

public setTextKeepState ( java arg0, android arg1 ) : void
arg0 java
arg1 android
return void

setTextKeepState() public method

public setTextKeepState ( string arg0 ) : void
arg0 string
return void

setTextKeepState() public method

public setTextKeepState ( string arg0, android arg1 ) : void
arg0 string
arg1 android
return void

setTextScaleX() public method

public setTextScaleX ( float arg0 ) : void
arg0 float
return void

setTextSize() public method

public setTextSize ( float arg0 ) : void
arg0 float
return void

setTextSize() public method

public setTextSize ( int arg0, float arg1 ) : void
arg0 int
arg1 float
return void

setTransformationMethod() public method

public setTransformationMethod ( android arg0 ) : void
arg0 android
return void

setTypeface() public method

public setTypeface ( android arg0 ) : void
arg0 android
return void

setTypeface() public method

public setTypeface ( android arg0, int arg1 ) : void
arg0 android
arg1 int
return void

setWidth() public method

public setWidth ( int arg0 ) : void
arg0 int
return void

verifyDrawable() protected method

protected verifyDrawable ( android arg0 ) : bool
arg0 android
return bool