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

  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 86 final Rect finalBounds = new Rect();
89 mContainerView.getGlobalVisibleRect(finalBounds, globalOffset);
91 finalBounds.offset(-globalOffset.x, -globalOffset.y);
93 if ((float) finalBounds.width() / finalBounds.height()
95 startScale = (float) startBounds.height() / finalBounds.height();
96 float startWidth = startScale * finalBounds.width();
101 startScale = (float) startBounds.width() / finalBounds.width();
102 float startHeight = startScale * finalBounds.height();
118 .ofFloat(expandedImageView, View.X, startBounds.left, finalBounds.left)).with
    [all...]
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 86 final Rect finalBounds = new Rect();
89 mContainerView.getGlobalVisibleRect(finalBounds, globalOffset);
91 finalBounds.offset(-globalOffset.x, -globalOffset.y);
93 if ((float) finalBounds.width() / finalBounds.height()
95 startScale = (float) startBounds.height() / finalBounds.height();
96 float startWidth = startScale * finalBounds.width();
101 startScale = (float) startBounds.width() / finalBounds.width();
102 float startHeight = startScale * finalBounds.height();
118 .ofFloat(expandedImageView, View.X, startBounds.left, finalBounds.left)).with
    [all...]
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 86 final Rect finalBounds = new Rect();
89 mContainerView.getGlobalVisibleRect(finalBounds, globalOffset);
91 finalBounds.offset(-globalOffset.x, -globalOffset.y);
93 if ((float) finalBounds.width() / finalBounds.height()
95 startScale = (float) startBounds.height() / finalBounds.height();
96 float startWidth = startScale * finalBounds.width();
101 startScale = (float) startBounds.width() / finalBounds.width();
102 float startHeight = startScale * finalBounds.height();
118 .ofFloat(expandedImageView, View.X, startBounds.left, finalBounds.left)).with
    [all...]
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 122 final Rect finalBounds = new Rect();
130 findViewById(R.id.container).getGlobalVisibleRect(finalBounds, globalOffset);
132 finalBounds.offset(-globalOffset.x, -globalOffset.y);
138 if ((float) finalBounds.width() / finalBounds.height()
141 startScale = (float) startBounds.height() / finalBounds.height();
142 float startWidth = startScale * finalBounds.width();
148 startScale = (float) startBounds.width() / finalBounds.width();
149 float startHeight = startScale * finalBounds.height();
170 finalBounds.left)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 128 milliseconds