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

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCameraWidgetFrame.java337 public boolean onUserInteraction(MotionEvent event) { method in class:CameraWidgetFrame
339 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: mTransitioning");
346 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: below widget");
355 if (DEBUG) Log.d(TAG, "onUserInteraction observed, not eaten");
H A DKeyguardWidgetFrame.java510 public boolean onUserInteraction(MotionEvent event) { method in class:KeyguardWidgetFrame
/frameworks/base/core/java/android/app/
H A DActivity.java1294 * <p>This callback and {@link #onUserInteraction} are intended to help
1298 * @see #onUserInteraction()
2261 * be accompanied by calls to {@link #onUserInteraction}. This
2271 public void onUserInteraction() { method in class:Activity
2368 onUserInteraction();
2389 onUserInteraction();
2408 onUserInteraction();
2427 onUserInteraction();
2445 onUserInteraction();
5218 onUserInteraction();
[all...]

Completed in 167 milliseconds