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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsActivity.java554 public void onUserInteraction() { method in class:RecentsActivity
555 mRecentsView.onUserInteraction();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java343 public void onUserInteraction() { method in class:RecentsView
350 stackView.onUserInteraction();
H A DTaskStackView.java845 void onUserInteraction() { method in class:TaskStackView
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java386 public boolean onUserInteraction(MotionEvent event) { method in class:CameraWidgetFrame
388 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: mTransitioning");
395 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: below widget");
404 if (DEBUG) Log.d(TAG, "onUserInteraction observed, not eaten");
H A DKeyguardWidgetFrame.java502 public boolean onUserInteraction(MotionEvent event) { method in class:KeyguardWidgetFrame
/frameworks/base/core/java/android/app/
H A DActivity.java1481 * <p>This callback and {@link #onUserInteraction} are intended to help
1485 * @see #onUserInteraction()
2576 * be accompanied by calls to {@link #onUserInteraction}. This
2586 public void onUserInteraction() { method in class:Activity
2692 onUserInteraction();
2721 onUserInteraction();
2740 onUserInteraction();
2759 onUserInteraction();
2777 onUserInteraction();
6113 onUserInteraction();
[all...]

Completed in 398 milliseconds