HomeSort by relevance Sort by last modified time
    Searched refs:endBounds (Results 1 - 8 of 8) 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);
ChangeImageTransform.java 154 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
155 if (startBounds == null || endBounds == null) {
165 if (startBounds.equals(endBounds) && matricesEqual) {
ChangeBounds.java 289 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
291 final int endLeft = endBounds.left;
293 final int endTop = endBounds.top;
295 final int endRight = endBounds.right;
297 final int endBottom = endBounds.bottom;
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 129 final Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
130 final Rect startBounds = getEpicenterOrCenter(endBounds);
131 final float startX = startBounds.centerX() - endBounds.centerX();
132 final float startY = startBounds.centerY() - endBounds.centerY();
167 final Rect endBounds = getEpicenterOrCenter(startBounds);
168 final float endX = endBounds.centerX() - startBounds.centerX();
169 final float endY = endBounds.centerY() - startBounds.centerY();
  /frameworks/support/transition/ics/android/support/transition/
ChangeBoundsPort.java 132 Rect endBounds = (Rect) endValues.values.get(PROPNAME_BOUNDS);
134 int endLeft = endBounds.left;
136 int endTop = endBounds.top;
138 int endRight = endBounds.right;
140 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 609 milliseconds