Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DAccessibilityScreenSizeForSetupWizardActivity.java67 private int mLastScrollViewHeight; field in AccessibilityScreenSizeForSetupWizardActivity
149 mLastScrollViewHeight = 0; in scrollToBottom()
154 if (scrollViewHeight > 0 && scrollViewHeight != mLastScrollViewHeight) { in scrollToBottom()
155 mLastScrollViewHeight = scrollViewHeight; in scrollToBottom()