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

  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 402 float scaleW = mNextAppTransitionStartWidth / (float) appWidth;
404 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
405 computePivot(mNextAppTransitionStartX, scaleW),
516 float scaleW = deviceWidth / thumbWidth;
518 float unscaledHeight = thumbHeight * scaleW;
522 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW,
543 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f,
717 float scaleW = appWidth / thumbWidth
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/legacy/
ParameterUtils.java     [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java     [all...]

Completed in 111 milliseconds