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()
2275 * be accompanied by calls to {@link #onUserInteraction}. This
2285 public void onUserInteraction() { method in class:Activity
2382 onUserInteraction();
2403 onUserInteraction();
2422 onUserInteraction();
2441 onUserInteraction();
2459 onUserInteraction();
5247 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.java230 return currentWidgetPage != null && currentWidgetPage.onUserInteraction(ev);

Completed in 179 milliseconds