Home | History | Annotate | Download | only in wm

Lines Matching refs:scaleW

3305             float scaleW = mNextAppTransitionStartWidth / (float) displayInfo.appWidth;
3307 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
3308 computePivot(mNextAppTransitionStartX, scaleW),
3358 float scaleW = displayInfo.appWidth / thumbWidth;
3361 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH,
3362 computePivot(mNextAppTransitionStartX, 1 / scaleW),
3375 float scaleW = displayInfo.appWidth / thumbWidth;
3378 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
3379 computePivot(mNextAppTransitionStartX, 1 / scaleW),
3396 float scaleW = thumbWidth / displayInfo.appWidth;
3398 Animation scale = new ScaleAnimation(scaleW, 1, scaleH, 1,
3399 computePivot(mNextAppTransitionStartX, scaleW),
3425 float scaleW = thumbWidth / displayInfo.appWidth;
3427 Animation scale = new ScaleAnimation(1, scaleW, 1, scaleH,
3428 computePivot(mNextAppTransitionStartX, scaleW),