Searched refs:mInitialY (Results 1 – 2 of 2) sorted by relevance
127 private float mInitialY; field in StackView628 mInitialY = ev.getY(); in onInterceptTouchEvent()641 float deltaY = newY - mInitialY; in onInterceptTouchEvent()725 float deltaY = newY - mInitialY;795 mInitialY += (y - oldY);816 int deltaY = (int) (newY - mInitialY);
69403 Landroid/widget/StackView;->mInitialY:F