Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DStackView.java132 private int mSlideAmount; field in StackView
572 if (mSlideAmount != newSlideAmount) { in onLayout()
573 mSlideAmount = newSlideAmount; in onLayout()
736 float rx = deltaX / (mSlideAmount * 1.0f);
738 float r = (deltaY - mTouchSlop * 1.0f) / mSlideAmount * 1.0f;
744 float r = -(deltaY + mTouchSlop * 1.0f) / mSlideAmount * 1.0f;
981 viewLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
982 highlightLp.setVerticalOffset(Math.round(-r * stackDirection * mSlideAmount));
1002 viewLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
1003 highlightLp.setVerticalOffset(Math.round(-stackDirection * r * mSlideAmount));
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt69414 Landroid/widget/StackView;->mSlideAmount:I