Home
last modified time | relevance | path

Searched refs:intercept (Results 1 – 22 of 22) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java115 final InterceptType intercept = (mListener != null) in onInterceptTouchEvent() local
119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT); in onInterceptTouchEvent()
121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT); in onInterceptTouchEvent()
/frameworks/base/docs/html/training/gestures/
Dviewgroup.jd17 <li><a href="#intercept">Intercept Touch Events in a ViewGroup</a></li>
53 <h2 id="intercept">Intercept Touch Events in a ViewGroup</h2>
83 the parent shouldn't intercept those touch events, because the child is the
103 * This method JUST determines whether we want to intercept the motion.
115 return false; // Do not intercept touch event, let the child handle it
121 // We're currently scrolling, so yes, intercept the
144 // In general, we don't want to intercept touch events. They should be
162 ancestors to intercept touch events with
Ddetector.jd87 <p><p>To intercept touch events in an Activity or View, override
Dscale.jd46 objects, using {@link android.view.View#onTouchEvent onTouchEvent()} to intercept
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java238 boolean intercept = false; in onInterceptTouchEvent()
243 intercept = mDragDownHelper.onInterceptTouchEvent(ev); in onInterceptTouchEvent()
249 if (!intercept) { in onInterceptTouchEvent()
252 if (intercept) { in onInterceptTouchEvent()
259 return intercept; in onInterceptTouchEvent()
/frameworks/base/services/core/java/com/android/server/
DGestureLauncherService.java257 boolean intercept = false; in interceptPowerKeyDown()
264 intercept = interactive; in interceptPowerKeyDown()
280 return intercept && launched; in interceptPowerKeyDown()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java403 public boolean setIntercepted(boolean intercept) { in setIntercepted() argument
404 mIntercept = intercept; in setIntercepted()
/frameworks/base/docs/html/ndk/guides/graphics/
Dvalidation-layer.jd22 it matters most. You do this by enabling <em>validation layers</em>. Validation layers intercept
177 A layer that can intercept Vulkan instance-level entry points is called an instance layer.
242 A layer that can intercept device-level entry points is called a device layer. Device-level entry
/frameworks/base/services/core/java/com/android/server/am/
DActivityStartInterceptor.java96 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, in intercept() method in ActivityStartInterceptor
DActivityStarter.java389 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid, in startActivityLocked()
/frameworks/base/docs/html/guide/topics/ui/
Dui-events.jd19 <p>On Android, there's more than one way to intercept the events from a user's interaction with you…
26 the <code>onTouchEvent()</code> method is called on that object. However, in order to intercept thi…
185 … android.app.Activity} to intercept all touch events before they are dispatched to the window.</li>
191 upon a parent View to indicate that it should not intercept touch events with <code>{@link
/frameworks/base/docs/html/training/keyboard-input/
Dcommands.jd22 input is handled by the system. If, however, you'd like to intercept
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd222 <p>The foreground dispatch system allows an activity to intercept an intent and claim
239 <li>Declare intent filters to handle the intents that you want to intercept. The foreground
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc11 …rating and loading layers which can expose additional extensions and/or intercept core API calls o…
/frameworks/base/tools/layoutlib/create/
DREADME.txt172 - OverrideMethod and its associated MethodListener and MethodAdapter are used to intercept calls to
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl573 layers that do not intercept in their vkGetInstanceProcAddr */}}
/frameworks/base/docs/html/training/game-controllers/
Dcompatibility.jd255 onGenericMotionEvent()}. Lets your game intercept and handle
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd242 your application, and you must intercept the {@link
299 returns to your application, and you must intercept the {@link
306 configured to receive the result of the intent. This section shows you how to intercept the callback
/frameworks/base/docs/html/guide/topics/text/
Dcreating-input-method.jd407 To intercept hardware keys, override
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd44 be able to intercept an app's data over the network. To help you ensure that this does not happen
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd481 applications intercept fragment-breadcrumb clicks and take any action needed
Dandroid-4.0.jd814 android.view.View} class, you can also intercept these event callbacks on any {@link
1045 <p>Because a VPN service can intercept packets, there are security implications. As such, if you