Searched refs:intercept (Results 1 – 16 of 16) sorted by relevance
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 115 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarWindowView.java | 213 boolean intercept = false; in onInterceptTouchEvent() 218 intercept = mDragDownHelper.onInterceptTouchEvent(ev); in onInterceptTouchEvent() 224 if (!intercept) { in onInterceptTouchEvent() 227 if (intercept) { in onInterceptTouchEvent() 234 return intercept; in onInterceptTouchEvent()
|
/frameworks/base/docs/html/training/gestures/ |
D | viewgroup.jd | 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 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
|
D | detector.jd | 87 <p><p>To intercept touch events in an Activity or View, override
|
D | scale.jd | 46 objects, using {@link android.view.View#onTouchEvent onTouchEvent()} to intercept
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationRecord.java | 268 public boolean setIntercepted(boolean intercept) { in setIntercepted() argument 269 mIntercept = intercept; in setIntercepted()
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 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
|
/frameworks/base/docs/html/training/keyboard-input/ |
D | commands.jd | 22 input is handled by the system. If, however, you'd like to intercept
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | advanced-nfc.jd | 222 <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/base/tools/layoutlib/create/ |
D | README.txt | 172 - OverrideMethod and its associated MethodListener and MethodAdapter are used to intercept calls to
|
/frameworks/base/docs/html/training/game-controllers/ |
D | compatibility.jd | 268 onGenericMotionEvent()}. Lets your game intercept and handle
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 242 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/ |
D | creating-input-method.jd | 407 To intercept hardware keys, override
|
/frameworks/base/docs/html/training/articles/ |
D | security-ssl.jd | 44 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/ |
D | android-3.1.jd | 481 applications intercept fragment-breadcrumb clicks and take any action needed
|
D | android-4.0.jd | 814 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
|