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

  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 103 float deltaHeight = (startHeight - startBounds.height()) / 2;
104 startBounds.top -= deltaHeight;
105 startBounds.bottom += deltaHeight;
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
UIAnimation.java 103 float deltaHeight = (startHeight - startBounds.height()) / 2;
104 startBounds.top -= deltaHeight;
105 startBounds.bottom += deltaHeight;
  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
UIAnimation.java 103 float deltaHeight = (startHeight - startBounds.height()) / 2;
104 startBounds.top -= deltaHeight;
105 startBounds.bottom += deltaHeight;
  /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 205 final int deltaHeight = newHeight - oldHeight;
213 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);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPickerPanel.java 285 final int deltaHeight = height - startHeight;
290 mCurrentDesiredHeight = (int) (startHeight + deltaHeight * interpolatedTime);
  /frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java 759 int deltaHeight = (int) (interpolatedTime * (targetHeight - startHeight));
760 setHeight(mContentContainer, startHeight + deltaHeight);
    [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 173 milliseconds