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

  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
TouchTargetEnforcer.java 72 int deltaHeight = Math.max(0, minTargetPx - target.getHeight());
74 if (deltaHeight <= 0 && deltaWidth <= 0) {
79 Rect bounds = createNewBounds(target, minTargetPx, deltaWidth, deltaHeight);
100 private Rect createNewBounds(View target, int minTargetPx, int deltaWidth, int deltaHeight) {
102 int deltaHeightHalf = deltaHeight / 2;
  /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;
  /packages/apps/Dialer/java/com/android/dialer/animation/
AnimUtils.java 225 final int deltaHeight = newHeight - oldHeight;
234 view.getLayoutParams().height = (int) (value * deltaHeight + oldHeight);
  /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     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 917 milliseconds