Searched refs:IntPropertyMarkerValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | ParallaxIntTest.java | 71 Parallax.IntPropertyMarkerValue keyValue = (Parallax.IntPropertyMarkerValue) in testFixedKeyValue() 82 Parallax.IntPropertyMarkerValue keyValue = (Parallax.IntPropertyMarkerValue) in testFractionOfKeyValue() 93 Parallax.IntPropertyMarkerValue keyValue = (Parallax.IntPropertyMarkerValue) in testFixedKeyValueWithFraction() 98 Parallax.IntPropertyMarkerValue keyValue2 = (Parallax.IntPropertyMarkerValue) in testFixedKeyValueWithFraction()
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | Parallax.java | 173 return new IntPropertyMarkerValue(this, absoluteValue, 0f); in atAbsolute() 183 return new IntPropertyMarkerValue(this, 0, 1f); in atMax() 192 return new IntPropertyMarkerValue(this, 0); in atMin() 205 return new IntPropertyMarkerValue(this, 0, fractionOfMaxValue); in atFraction() 221 return new IntPropertyMarkerValue(this, offsetValue, fractionOfMaxParentVisibleSize); in at() 228 static class IntPropertyMarkerValue extends PropertyMarkerValue<IntProperty> { class in Parallax 232 IntPropertyMarkerValue(IntProperty property, int value) { in IntPropertyMarkerValue() method in Parallax.IntPropertyMarkerValue 236 IntPropertyMarkerValue(IntProperty property, int value, float fractionOfMax) { in IntPropertyMarkerValue() method in Parallax.IntPropertyMarkerValue
|
D | ParallaxEffect.java | 289 int value1 = ((Parallax.IntPropertyMarkerValue) mMarkerValues.get(0)) in calculateDirectValue() 291 int value2 = ((Parallax.IntPropertyMarkerValue) mMarkerValues.get(1)) in calculateDirectValue() 315 Parallax.IntPropertyMarkerValue k = (Parallax.IntPropertyMarkerValue) in calculateFraction()
|
/frameworks/support/api/ |
D | 26.0.0-alpha1.txt | 4017 …t.ParallaxEffect addEffect(android.support.v17.leanback.widget.Parallax.IntPropertyMarkerValue...); 4067 …method public final android.support.v17.leanback.widget.Parallax.IntPropertyMarkerValue at(int, fl… 4068 …method public final android.support.v17.leanback.widget.Parallax.IntPropertyMarkerValue atAbsolute… 4069 …method public final android.support.v17.leanback.widget.Parallax.IntPropertyMarkerValue atFraction… 4077 …public static class Parallax.IntPropertyMarkerValue extends android.support.v17.leanback.widget.Pa… 4078 …ctor public Parallax.IntPropertyMarkerValue(android.support.v17.leanback.widget.Parallax.IntProper… 4079 …ctor public Parallax.IntPropertyMarkerValue(android.support.v17.leanback.widget.Parallax.IntProper…
|