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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java384 public boolean onUserInteraction(MotionEvent event) { method in class:CameraWidgetFrame
386 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: mTransitioning");
393 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: below widget");
402 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.java1300 * <p>This callback and {@link #onUserInteraction} are intended to help
1304 * @see #onUserInteraction()
2309 * be accompanied by calls to {@link #onUserInteraction}. This
2319 public void onUserInteraction() { method in class:Activity
2416 onUserInteraction();
2437 onUserInteraction();
2456 onUserInteraction();
2475 onUserInteraction();
2493 onUserInteraction();
5347 onUserInteraction();
[all...]

Completed in 702 milliseconds