Searched refs:mInitialExpandY (Results 1 – 1 of 1) sorted by relevance
587 private float mInitialExpandY; field in NotificationPanelViewController2387 @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) > mTouchSlop3864 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 …]