Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java177 private int mOwnScrollY; field in NotificationStackScrollLayout
606 return mOwnScrollY == 0;
612 return mOwnScrollY >= getScrollRange();
1313 if (startingPosition < mOwnScrollY) {
1317 setOwnScrollY(mOwnScrollY + childHeight);
1337 if (mOwnScrollY < targetScroll || outOfViewScroll < mOwnScrollY) {
1357 if (scrollRange < mOwnScrollY && !mAmbientState.isClearAllInProgress()) {
1913 if (mOwnScrollY < targetScroll || outOfViewScroll < mOwnScrollY) {
1914 mScroller.startScroll(mScrollX, mOwnScrollY, 0, targetScroll - mOwnScrollY);
1947 if (mOwnScrollY > range) {
[all …]