![]() |
Jabber Guest Android SDK
|
A view that represents a telephone keypad during an active call. More...
Inherits FrameLayout, and OnClickListener.
Public Member Functions | |
KeypadView (Context context) | |
Construct a new KeypadView. More... | |
KeypadView (Context context, AttributeSet attrs) | |
Construct a new KeypadView. More... | |
KeypadView (Context context, AttributeSet attrs, int defStyle) | |
Construct a new KeypadView. More... | |
void | clearDisplayedDigits () |
Clears the field in the KeypadView that displays recently entered digits. | |
void | setDigitsTextViewVisibility (int visibility) |
Controls whether or not the field in the KeypadView displaying recently entered digits is visible. More... | |
Protected Member Functions | |
void | doLayout (Context context) |
Called by KeypadView constructors to do additional initialization tasks. More... | |
A view that represents a telephone keypad during an active call.
Users can interact with this view to send the pressed digits to the called party in the event an automated attendant (such as a voicemail system) answers as the called party.
|
inline |
Construct a new KeypadView.
context | The Context the view is running in, through which it can access the current theme, resources, etc. |
|
inline |
Construct a new KeypadView.
context | The Context the view is running in, through which it can access the current theme, resources, etc. |
attrs | The attributes of the XML tag that is inflating the view. |
|
inline |
Construct a new KeypadView.
context | The Context the view is running in, through which it can access the current theme, resources, etc. |
attrs | The attributes of the XML tag that is inflating the view. |
defStyle | An attribute in the current theme that contains a reference to a style resource that supplies default values for the view. Can be 0 to not look for defaults. |
|
inlineprotected |
Called by KeypadView constructors to do additional initialization tasks.
context | The Context the view is running in, through which it can access the current theme, resources, etc. |
|
inline |
Controls whether or not the field in the KeypadView displaying recently entered digits is visible.
visibility | corresponds to android.view.View constants (VISIBLE, INVISIBLE, GONE) |