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

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 150 float deltaHeight = (startHeight - startBounds.height()) / 2;
151 startBounds.top -= deltaHeight;
152 startBounds.bottom += deltaHeight;
  /frameworks/base/graphics/java/android/graphics/
Atlas.java 363 int deltaHeight = cell.height - height;
375 second.height = deltaHeight - mPadding;
377 if (mSplitDecision.splitHorizontal(deltaWidth, deltaHeight,
  /packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimUtils.java 201 final int deltaHeight = newHeight - oldHeight;
209 view.getLayoutParams().height = (int) (value * deltaHeight + oldHeight);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 285 final int deltaHeight = height - startHeight;
290 mCurrentDesiredHeight = (int) (startHeight + deltaHeight * interpolatedTime);
  /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 476 milliseconds