Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java71 private boolean mIsSmallScreen; field in StackScrollAlgorithm
451 >= bottomStackStart && !mIsExpansionChanging && i != 0 && mIsSmallScreen) { in updatePositionsForState()
623 if (childHeight > mCollapsedSize && mIsSmallScreen) { in updateStateForChildTransitioningInBottom()
840 mIsSmallScreen = panelHeight < in updateIsSmallScreen()