Searched refs:getMeasuredHeight (Results 1 - 25 of 94) sorted by relevance

1234

/packages/apps/Camera2/src/com/android/camera/widget/
H A DSettingsCling.java67 if (referenceTop < getMeasuredHeight()) {
69 setTranslationY(referenceTop + referenceView.getMeasuredHeight());
81 setTranslationY(referenceTop - getMeasuredHeight());
83 float triangleStartY = getMeasuredHeight();
/packages/apps/Gallery/src/com/android/camera/
H A DEvenlySpacedLayout.java59 height = Math.max(height, child.getMeasuredHeight());
61 height += child.getMeasuredHeight();
89 int h = child.getMeasuredHeight();
104 usedHeight += child.getMeasuredHeight();
116 int h = child.getMeasuredHeight();
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
H A DWeekButton.java46 int h = getMeasuredHeight();
/packages/apps/Camera/src/com/android/camera/ui/
H A DRotateLayout.java82 final int h = getMeasuredHeight();
110 int h = getMeasuredHeight();
140 h = mChild.getMeasuredHeight();
145 w = mChild.getMeasuredHeight();
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DStackLayout.java42 int height = child.getMeasuredHeight();
H A DRotateLayout.java72 h = mChild.getMeasuredHeight();
77 w = mChild.getMeasuredHeight();
H A DIndicatorControlWheelContainer.java105 int shutterButtonHeight = mShutterButton.getMeasuredHeight();
126 int desiredHeight = mShutterButton.getMeasuredHeight()
/packages/apps/Camera2/src/com/android/camera/ui/
H A DRotateLayout.java77 h = mChild.getMeasuredHeight();
82 w = mChild.getMeasuredHeight();
H A DCountDownView.java110 int textHeight = mRemainingSecondsView.getMeasuredHeight();
/packages/experimental/Bummer/src/com/android/dreams/bummer/
H A DBummerView.java48 final float frameh = parent.getMeasuredHeight();
50 final float texth = getMeasuredHeight();
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DBummerView.java48 final float frameh = parent.getMeasuredHeight();
50 final float texth = getMeasuredHeight();
/packages/apps/Camera2/src/com/android/camera/
H A DShutterButton.java88 this.getMeasuredHeight());
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java98 int size = Math.min(getMeasuredWidth(), getMeasuredHeight());
/packages/apps/Launcher2/src/com/android/launcher2/
H A DCling.java125 return new int[]{getMeasuredWidth() / 2, getMeasuredHeight() - (mButtonBarHeight / 2)};
127 return new int[]{getMeasuredWidth() - (mButtonBarHeight / 2), getMeasuredHeight() / 2};
201 Bitmap b = Bitmap.createBitmap(getMeasuredWidth(), getMeasuredHeight(),
225 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
H A DDeleteDropTarget.java208 Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
268 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
302 float y1o = ((1f - scale) * dragView.getMeasuredHeight()) / 2f;
351 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
H A DDragLayer.java355 r.set(left, top, left + v.getMeasuredWidth(), top + v.getMeasuredHeight());
487 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2);
504 toY -= dragView.getMeasuredHeight() * (1 - scale) / 2;
509 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
513 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
538 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
539 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());
600 final int height = view.getMeasuredHeight();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java129 return Math.min(getMeasuredHeight(), mIsHotseatLayout ?
136 return Math.min(getMeasuredHeight(), mIsHotseatLayout ?
163 lp.height = getMeasuredHeight();
H A DDragLayer.java377 (int) (mTmpXY[1] + scale * descendant.getMeasuredHeight()));
428 r.set(left, top, left + v.getMeasuredWidth(), top + v.getMeasuredHeight());
560 coord[1] = lp.y + (int) (child.getMeasuredHeight() * (1 - childScale) / 2);
581 toY -= dragView.getMeasuredHeight() * (1 - toScale) / 2;
591 toY -= (1 - scale) * dragView.getMeasuredHeight() / 2;
595 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2;
620 view.getMeasuredWidth(), fromY + view.getMeasuredHeight());
621 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight());
682 final int height = view.getMeasuredHeight();
898 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight());
[all...]
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java258 height = Math.max(child.getMeasuredHeight(), height);
271 height = Math.max(fillChild.getMeasuredHeight(), height);
311 Gravity.apply(gravity, child.getMeasuredWidth(), child.getMeasuredHeight(),
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorPadLayout.java89 childHeight != childView.getMeasuredHeight()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DProportionalLayout.java100 final int childHeight = child.getMeasuredHeight();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DCircleButtonsLayout.java75 int frameHeight = mCtv.getMeasuredHeight();
/packages/apps/Calendar/src/com/android/calendar/
H A DStickyHeaderListView.java304 stickyHeaderHeight = mStickyHeader.getMeasuredHeight();
334 params.setMargins(0, mStickyHeader.getMeasuredHeight(), 0, 0);
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java144 int pad = (getMeasuredHeight() - v.getMeasuredHeight()) / 2 + 2;
557 setMeasuredDimension(total, getMeasuredHeight());
559 int total = v.getMeasuredHeight() + getMeasuredHeight();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java1194 mScrapHeight = scrapView.getMeasuredHeight();
1292 child.getMeasuredHeight());
1313 top + child.getMeasuredHeight());
1317 top + child.getMeasuredHeight());
1321 top + child.getMeasuredHeight());
1324 top += child.getMeasuredHeight();
1329 child.layout(left, top + maxSize / 2 - child.getMeasuredHeight() / 2,
1331 top + maxSize / 2 + child.getMeasuredHeight() / 2);
1335 top + child.getMeasuredHeight());
1338 child.layout(left, top + maxSize - child.getMeasuredHeight(),
[all...]

Completed in 532 milliseconds

1234