Searched defs:mYProgress (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/widget/
H A DStackView.java891 float mYProgress; field in class:StackView.StackSlider
905 mYProgress = copy.mYProgress;
950 mYProgress = r;
960 if (Float.compare(0f, mYProgress) != 0 && Float.compare(1.0f, mYProgress) != 0) {
1070 return mYProgress;

Completed in 39 milliseconds