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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpUtil.java30 * Set the given view as clicked or not-clicked.
32 * @param clicked True to set as clicked. False to not-clicked.
34 public static void setIsClickedHeadsUpNotification(View view, boolean clicked) { argument
35 view.setTag(TAG_CLICKED_NOTIFICATION, clicked ? true : null);
39 * Check if the given view has the flag of "clicked notification"
41 * @return True if the view has clicked. False othrewise.
44 Boolean clicked
[all...]
/frameworks/base/tests/UiBench/src/com/android/test/uibench/
H A DActivityTransitionDetails.java56 public void clicked(View v) { method in class:ActivityTransitionDetails
H A DActivityTransition.java119 public void clicked(View v) { method in class:ActivityTransition
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/
H A DConditionalVo.java38 public void clicked(View view) { method in class:ConditionalVo
H A DListenerBindingObject.java265 public boolean clicked; field in class:ListenerBindingObject.Inner
267 clicked = true;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java384 * @param clicked
386 void onLockedRemoteInput(ExpandableNotificationRow row, View clicked); argument
393 * @param clicked
395 void onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, View clicked); argument
/frameworks/base/core/java/android/widget/
H A DTabWidget.java541 * Provides a way for {@link TabHost} to be notified that the user clicked
567 * Lets {@link TabHost} know that the user clicked on a tab indicator.
572 * if the tab was clicked/pressed or just focused into.
575 * @param clicked whether the selection changed due to a touch/click or
580 void onTabSelectionChanged(int tabIndex, boolean clicked); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBar.java1081 * background window of the status bar is clicked.
4259 public void onLockedRemoteInput(ExpandableNotificationRow row, View clicked) { argument
4262 mPendingRemoteInputView = clicked;
4355 View clicked) {
4361 mPendingWorkRemoteInputView = clicked;
5072 // We have an active remote input typed and the user clicked on the notification.
4354 onLockedWorkRemoteInput(int userId, ExpandableNotificationRow row, View clicked) argument

Completed in 267 milliseconds