Searched refs:onUserInteraction (Results 1 - 4 of 4) sorted by relevance

/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...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DCameraWidgetFrame.java339 public boolean onUserInteraction(MotionEvent event) { method in class:CameraWidgetFrame
341 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: mTransitioning");
348 if (DEBUG) Log.d(TAG, "onUserInteraction eaten: below widget");
357 if (DEBUG) Log.d(TAG, "onUserInteraction observed, not eaten");
H A DKeyguardWidgetFrame.java512 public boolean onUserInteraction(MotionEvent event) { method in class:KeyguardWidgetFrame
H A DKeyguardWidgetPager.java218 return currentWidgetPage != null && currentWidgetPage.onUserInteraction(ev);

Completed in 121 milliseconds