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

/frameworks/base/core/java/android/inputmethodservice/
H A DExtractEditLayout.java88 public void onClick(View clicked) {
90 new MenuPopupHelper(getContext(), mActionMode.mMenu, clicked).show();
/frameworks/base/core/java/android/widget/
H A DTabHost.java153 public void onTabSelectionChanged(int tabIndex, boolean clicked) {
155 if (clicked) {
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 138 milliseconds