Searched refs:intercept (Results 1 – 22 of 22) sorted by relevance
115 final InterceptType intercept = (mListener != null) in onInterceptTouchEvent() local119 (intercept == InterceptType.BOTH || intercept == InterceptType.LEFT); in onInterceptTouchEvent()121 (intercept == InterceptType.BOTH || intercept == InterceptType.RIGHT); in onInterceptTouchEvent()
17 <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 it121 // 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
87 <p><p>To intercept touch events in an Activity or View, override
46 objects, using {@link android.view.View#onTouchEvent onTouchEvent()} to intercept
238 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()
257 boolean intercept = false; in interceptPowerKeyDown()264 intercept = interactive; in interceptPowerKeyDown()280 return intercept && launched; in interceptPowerKeyDown()
403 public boolean setIntercepted(boolean intercept) { in setIntercepted() argument404 mIntercept = intercept; in setIntercepted()
22 it matters most. You do this by enabling <em>validation layers</em>. Validation layers intercept177 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
96 void intercept(Intent intent, ResolveInfo rInfo, ActivityInfo aInfo, String resolvedType, in intercept() method in ActivityStartInterceptor
389 mInterceptor.intercept(intent, rInfo, aInfo, resolvedType, inTask, callingPid, callingUid, in startActivityLocked()
19 <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
22 input is handled by the system. If, however, you'd like to intercept
222 <p>The foreground dispatch system allows an activity to intercept an intent and claim239 <li>Declare intent filters to handle the intents that you want to intercept. The foreground
11 …rating and loading layers which can expose additional extensions and/or intercept core API calls o…
172 - OverrideMethod and its associated MethodListener and MethodAdapter are used to intercept calls to
573 layers that do not intercept in their vkGetInstanceProcAddr */}}
255 onGenericMotionEvent()}. Lets your game intercept and handle
242 your application, and you must intercept the {@link299 returns to your application, and you must intercept the {@link306 configured to receive the result of the intent. This section shows you how to intercept the callback
407 To intercept hardware keys, override
44 be able to intercept an app's data over the network. To help you ensure that this does not happen
481 applications intercept fragment-breadcrumb clicks and take any action needed
814 android.view.View} class, you can also intercept these event callbacks on any {@link1045 <p>Because a VPN service can intercept packets, there are security implications. As such, if you