Searched refs:startTop (Results 1 – 2 of 2) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioBandSpecs.java | 30 public AudioBandSpecs(double fStart, double fStop, double startTop, double startBottom, in AudioBandSpecs() argument 33 initRipple(startTop, startBottom, stopTop, stopBottom); in AudioBandSpecs() 37 public void initRipple(double startTop, double startBottom, double stopTop, double stopBottom) { in initRipple() argument 38 mRippleStartTop = startTop; in initRipple()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | TransitionTest.java | 515 int startTop = startValues == null ? 0 : (Integer) startValues.values.get(TOP); in testPropagation() 517 return (startTop == 0) ? endTop : startTop; in testPropagation()
|