Searched defs:clicked (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTabWidget.java505 * Provides a way for {@link TabHost} to be notified that the user clicked on a tab indicator.
551 * Let {@link TabHost} know that the user clicked on a tab indicator.
556 * if the tab was clicked/pressed or just focused into.
559 * @param clicked whether the selection changed due to a touch/click
563 void onTabSelectionChanged(int tabIndex, boolean clicked); argument

Completed in 48 milliseconds