HomeSort by relevance Sort by last modified time
    Searched refs:startBottom (Results 1 - 4 of 4) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioBandSpecs.java 30 public AudioBandSpecs(double fStart, double fStop, double startTop, double startBottom,
33 initRipple(startTop, startBottom, stopTop, stopBottom);
37 public void initRipple(double startTop, double startBottom, double stopTop, double stopBottom) {
39 mRippleStartBottom = startBottom;
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 296 final int startBottom = startBounds.bottom;
299 final int startHeight = startBottom - startTop;
307 if (startRight != endRight || startBottom != endBottom) ++numChanges;
348 view.setLeftTopRightBottom(startLeft, startTop, startRight, startBottom);
362 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom,
381 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
  /frameworks/support/transition/src/main/java/androidx/transition/
ChangeBounds.java 281 final int startBottom = startBounds.bottom;
284 final int startHeight = startBottom - startTop;
292 if (startRight != endRight || startBottom != endBottom) ++numChanges;
302 startBottom);
316 Path bottomRightPath = getPathMotion().getPath(startRight, startBottom,
336 Path bottomRight = getPathMotion().getPath(startRight, startBottom,
  /packages/apps/DeskClock/src/com/android/deskclock/
AnimatorUtils.java 255 final int startBottom = from.getBottom() - fromInsets.bottom + targetInsets.bottom;
263 return getBoundsAnimator(target, startLeft, startTop, startRight, startBottom, endLeft,

Completed in 347 milliseconds