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

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 121 final Rect startBounds = new Rect();
129 thumbView.getGlobalVisibleRect(startBounds);
131 startBounds.offset(-globalOffset.x, -globalOffset.y);
139 > (float) startBounds.width() / startBounds.height()) {
141 startScale = (float) startBounds.height() / finalBounds.height();
143 float deltaWidth = (startWidth - startBounds.width()) / 2;
144 startBounds.left -= deltaWidth;
145 startBounds.right += deltaWidth;
148 startScale = (float) startBounds.width() / finalBounds.width()
    [all...]
  /frameworks/base/core/java/android/transition/
Crossfade.java 176 Rect startBounds = (Rect) startVals.get(PROPNAME_BOUNDS);
238 if (mResizeBehavior == RESIZE_BEHAVIOR_SCALE && !startBounds.equals(endBounds)) {
240 Log.d(LOG_TAG, "animating from startBounds to endBounds: " +
241 startBounds + ", " + endBounds);
244 sRectEvaluator, startBounds, endBounds);
250 sRectEvaluator, startBounds, endBounds);
ChangeBounds.java 125 Rect startBounds = (Rect) startValues.values.get(PROPNAME_BOUNDS);
127 int startLeft = startBounds.left;
129 int startTop = startBounds.top;
131 int startRight = startBounds.right;
133 int startBottom = startBounds.bottom;
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 231 Rect startBounds = listViewItemBounds.get(itemId);
232 bitmapDrawable.setBounds(startBounds);
234 int childHeight = startBounds.bottom - startBounds.top + getDividerHeight();
235 Rect endBounds = new Rect(startBounds);
239 "bounds", sBoundsEvaluator, startBounds, endBounds);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
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 192 milliseconds