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

/frameworks/support/wear/src/android/support/wear/widget/drawer/
H A DWearableDrawerLayout.java148 private final ViewDragHelper mTopDrawerDragger; field in class:WearableDrawerLayout
199 * can scroll, and {@link #mTopDrawerDragger} should not intercept events unless the top drawer
239 mTopDrawerDragger =
241 mTopDrawerDragger.setEdgeTrackingEnabled(ViewDragHelper.EDGE_TOP);
371 mTopDrawerDragger.smoothSlideViewTo(
423 mTopDrawerDragger
509 final boolean shouldInterceptTop = mTopDrawerDragger.shouldInterceptTouchEvent(ev);
521 mTopDrawerDragger.processTouchEvent(ev);
529 final boolean topSettling = mTopDrawerDragger.continueSettling(true /* deferCallbacks */);
792 mTopDrawerDragger
[all...]

Completed in 104 milliseconds