android.view.ViewTreeObserver.OnTouchModeChangeListener |
Known Indirect Subclasses
AbsListView |
Base class that can be used to implement virtualized lists of items. |
ExpandableListView |
A view that shows items in a vertically scrolling two-level list. |
FragmentTabHost |
Special TabHost that allows the use of Fragment objects for
its tab content. |
GridView |
A view that shows items in two-dimensional scrolling grid. |
ListView |
A view that shows items in a vertically scrolling list. |
TabHost |
Container for a tabbed window view. |
|
Class Overview
Interface definition for a callback to be invoked when the touch mode changes.
Summary
Public Methods |
abstract
void
|
onTouchModeChanged(boolean isInTouchMode)
Callback method to be invoked when the touch mode changes.
|
Public Methods
public
abstract
void
onTouchModeChanged
(boolean isInTouchMode)
Callback method to be invoked when the touch mode changes.
Parameters
isInTouchMode
| True if the view hierarchy is now in touch mode, false otherwise.
|