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

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
SizeToAction.java 23 private float endWidth, endHeight;
31 target.setSize(startWidth + (endWidth - startWidth) * percent, startHeight + (endHeight - startHeight) * percent);
36 endHeight = height;
48 return endHeight;
52 endHeight = height;
  /frameworks/support/transition/ics/android/support/transition/
ChangeBoundsPort.java 144 int endHeight = endBottom - endTop;
146 if (startWidth != 0 && startHeight != 0 && endWidth != 0 && endHeight != 0) {
228 if (startHeight != endHeight) {
230 Math.max(startHeight, endHeight));
243 int heightDelta = endHeight - startHeight;
266 Rect tempEndBounds = new Rect(0, 0, endWidth, endHeight);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 301 final int endHeight = endBottom - endTop;
305 if ((startWidth != 0 && startHeight != 0) || (endWidth != 0 && endHeight != 0)) {
318 if (startWidth == endWidth && startHeight == endHeight) {
356 int maxHeight = Math.max(startHeight, endHeight);
373 endClip = new Rect(0, 0, endWidth, endHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationContentView.java 549 int endHeight = getViewForVisibleType(mVisibleType).getHeight();
551 int totalDistance = Math.abs(endHeight - startHeight);
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardFragment.java     [all...]
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 

Completed in 280 milliseconds