Searched refs:mLastScrollViewHeight (Results 1 – 1 of 1) sorted by relevance
67 private int mLastScrollViewHeight; field in AccessibilityScreenSizeForSetupWizardActivity149 mLastScrollViewHeight = 0; in scrollToBottom()154 if (scrollViewHeight > 0 && scrollViewHeight != mLastScrollViewHeight) { in scrollToBottom()155 mLastScrollViewHeight = scrollViewHeight; in scrollToBottom()