HomeSort by relevance Sort by last modified time
    Searched defs:parentHeight (Results 1 - 25 of 42) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
CenteredLinearLayout.java 40 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
  /external/replicaisland/src/com/replica/replicaisland/
CollisionVolume.java 84 value = flip.parentHeight - maxY;
95 value = flip.parentHeight - minY;
112 public float parentHeight;
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 62 final int parentHeight = parentBottom - parentTop;
85 parentUnpaddedHeight = parentHeight - childPaddingTop - childPaddingBottom;
102 parentTop + (parentHeight - scaledChildHeight) / 2,
104 parentTop + (parentHeight + scaledChildHeight) / 2);
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
Widget.java 74 float parentWidth, parentHeight;
78 parentHeight = stage.getHeight();
81 parentHeight = parent.getHeight();
83 setSize(parentWidth, parentHeight);
WidgetGroup.java 97 float parentWidth, parentHeight;
101 parentHeight = stage.getHeight();
104 parentHeight = parent.getHeight();
106 if (getWidth() != parentWidth || getHeight() != parentHeight) {
108 setHeight(parentHeight);
Window.java 211 float parentHeight = stage.getHeight();
216 if (getY(Align.top) - camera.position.y > parentHeight / 2 / orthographicCamera.zoom)
217 setPosition(getX(Align.top), camera.position.y + parentHeight / 2 / orthographicCamera.zoom, Align.top);
218 if (getY(Align.bottom) - camera.position.y < -parentHeight / 2 / orthographicCamera.zoom)
219 setPosition(getX(Align.bottom), camera.position.y - parentHeight / 2 / orthographicCamera.zoom, Align.bottom);
222 float parentHeight = stage.getHeight();
226 if (getTop() > parentHeight) setY(parentHeight - getHeight());
  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 151 final int parentHeight = parent.getHeight();
153 final int actualHeight = parentHeight;
160 translateAnimation.initialize(selfWidth, selfHeight, parentWidth, parentHeight);
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java 174 final int parentHeight = getHeight();
178 Math.max(getDecoratedBottom(bottomView) - parentHeight, 0);
249 final int parentHeight = getHeight();
258 getDecoratedTop(v) <= parentHeight)) {
AnimatedRecyclerView.java 556 final int parentHeight = getHeight();
559 final int hangingBottom = Math.max(bottomView.getBottom() - parentHeight, 0);
630 final int parentHeight = getHeight();
637 v.getBottom() >= 0 && v.getTop() <= parentHeight)) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationSettingsIconRow.java 233 int parentHeight = mParent.getCollapsedHeight();
234 if (parentHeight < mVertSpaceForGear) {
235 mGearIcon.setTranslationY((parentHeight / 2) - (mGearIcon.getHeight() / 2));
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 206 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
247 parentHeight - params.topMargin - params.bottomMargin,
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 350 final int parentHeight = b - t;
359 final int targetTop = (parentHeight - targetHeight) / 2;
361 final int top = (parentHeight - handleHeight) / 2;
362 final int bottom = (parentHeight + handleHeight) / 2;
380 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight;
381 final int bottom = (int) ((1.0f - THRESHOLD) * parentHeight) - handleHeight / 2;
384 text.layout(left, 0 - parentHeight, right, 0);
388 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
389 text.layout(left, parentHeight, right, parentHeight + parentHeight)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageShow.java 208 int parentHeight = MeasureSpec.getSize(heightMeasureSpec);
209 setMeasuredDimension(parentWidth, parentHeight);
    [all...]
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 918 milliseconds

1 2