Searched refs:shouldScroll (Results 1 – 5 of 5) sorted by relevance
87 boolean shouldScroll = !hasUserDefineScrollOffset(); in show()105 if (shouldScroll) { in show()
490 if (smoothScroll && !shouldScroll(targetTask, shouldTruncateTarget)) { in scrollRightTo()521 if (smoothScroll && !shouldScroll(targetTask, shouldTruncateTarget)) { in scrollLeftTo()536 private boolean shouldScroll(@NonNull View targetTask, boolean shouldTruncateTarget) { in shouldScroll() method in KeyboardQuickSwitchView
352 protected boolean shouldScroll(MotionEvent ev) { in shouldScroll() method in WidgetsTwoPaneSheet355 : super.shouldScroll(ev); in shouldScroll()
650 mNoIntercept = shouldScroll(ev); in onControllerInterceptTouchEvent()660 protected boolean shouldScroll(MotionEvent ev) { in shouldScroll() method in WidgetsFullSheet
1335 boolean shouldScroll = !drawer.getShowAtTop() && velocityY > drawer.mMinFlingVelocity1337 if (shouldScroll) {