Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuView.java374 updateScrollModeWith(hasExceededMaxLayoutHeight()); in onTargetsChanged()
390 updateScrollModeWith(hasExceededMaxLayoutHeight()); in setSizeType()
660 updateScrollModeWith(hasExceededMaxLayoutHeight()); in onConfigurationChanged()
747 private void updateScrollModeWith(boolean hasExceededMaxLayoutHeight) { in updateScrollModeWith() method in AccessibilityFloatingMenuView