Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationPanelViewController.java587 private float mInitialExpandY; field in NotificationPanelViewController
2387 @Classifier.InteractionType int interactionType = y - mInitialExpandY > 0 in flingExpands()
3589 ipw.print("mInitialExpandY="); ipw.println(mInitialExpandY);
3793 float yDiff = (mIsTrackpadReverseScroll ? -1 : 1) * (y - mInitialExpandY);
3808 mInitialExpandY = newY;
3826 || Math.abs(y - mInitialExpandY) > mTouchSlop
3864 int heightDp = (int) Math.abs((y - mInitialExpandY) / displayDensity);
3869 float dy = (mIsTrackpadReverseScroll ? -1 : 1) * (y - mInitialExpandY);
4990 mInitialExpandY = y;
5017 mInitialExpandY = event.getY(newIndex);
[all …]