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 398 float scaleW = mNextAppTransitionStartWidth / (float) appWidth;
400 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
401 computePivot(mNextAppTransitionStartX, scaleW),
512 float scaleW = deviceWidth / thumbWidth;
514 float unscaledHeight = thumbHeight * scaleW;
518 Animation scale = new ScaleAnimation(1f, scaleW, 1f, scaleW,
539 Animation scale = new ScaleAnimation(scaleW, 1f, scaleW, 1f,
711 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 236 milliseconds