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

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 142 float startWidth = startScale * finalBounds.width();
143 float deltaWidth = (startWidth - startBounds.width()) / 2;
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
CameraWidgetFrame.java 258 final int startWidth = child.getWidth();
264 final float scaleX = (float) finishWidth / startWidth;
277 startWidth, startHeight,
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 295 milliseconds