Searched refs:intercept (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DPhotoViewPager.java33 * A type of intercept that should be performed
38 * Provides an ability to intercept touch events.
42 * {@link android.view.ViewGroup} to contain the pager and intercept touch events at a higher
47 * Called when a touch intercept is about to occur.
110 * We intercept touch event intercepts so we can prevent switching views when the
115 final InterceptType intercept = (mListener != null)
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT);
121 (intercept == InterceptType.BOTH || intercept
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DGestureLauncherService.java258 boolean intercept = false;
265 intercept = interactive;
281 return intercept && launched;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarWindowView.java246 boolean intercept = false;
251 intercept = mDragDownHelper.onInterceptTouchEvent(ev);
257 if (!intercept) {
260 if (intercept) {
267 return intercept;
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java403 public boolean setIntercepted(boolean intercept) { argument
404 mIntercept = intercept;
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStartInterceptor.java71 * by the interception routines. After calling {@link #intercept} the caller should assign
97 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, method in class:ActivityStartInterceptor
122 // Do not intercept if the user has not turned off the profile
144 // Do not intercept if the admin did not suspend the package
205 * Creates an intent to intercept the current activity start with Confirm Credentials if needed.
H A DActivityStarter.java395 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid,

Completed in 230 milliseconds