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

  /frameworks/base/core/java/android/transition/
Crossfade.java 177 Rect endBounds = (Rect) endVals.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 126 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
128 int endLeft = endBounds.left;
130 int endTop = endBounds.top;
132 int endRight = endBounds.right;
134 int endBottom = endBounds.bottom;
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 235 Rect endBounds = new Rect(startBounds);
236 endBounds.offset(0, childHeight);
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 

Completed in 330 milliseconds