HomeSort by relevance Sort by last modified time
    Searched refs:deltaHeight (Results 1 - 7 of 7) 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 387 int deltaHeight = cell.height - height;
399 second.height = deltaHeight - mPadding;
401 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);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 411 int deltaHeight = oldHeight - newHeight;
413 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, deltaHeight, false);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBox.cpp     [all...]
  /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 125 milliseconds