Home
last modified time | relevance | path

Searched refs:getMeasuredHeight (Results 1 – 25 of 59) sorted by relevance

123

/packages/apps/Gallery/src/com/android/camera/
DEvenlySpacedLayout.java59 height = Math.max(height, child.getMeasuredHeight()); in onMeasure()
61 height += child.getMeasuredHeight(); in onMeasure()
89 int h = child.getMeasuredHeight(); in layoutHorizontal()
104 usedHeight += child.getMeasuredHeight(); in layoutVertical()
116 int h = child.getMeasuredHeight(); in layoutVertical()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DRotateLayout.java72 h = mChild.getMeasuredHeight(); in onMeasure()
77 w = mChild.getMeasuredHeight(); in onMeasure()
DIndicatorControlWheelContainer.java105 int shutterButtonHeight = mShutterButton.getMeasuredHeight(); in onLayout()
126 int desiredHeight = mShutterButton.getMeasuredHeight() in onMeasure()
DStackLayout.java42 int height = child.getMeasuredHeight(); in onMeasure()
/packages/apps/Camera/src/com/android/camera/ui/
DRotateLayout.java73 h = mChild.getMeasuredHeight(); in onMeasure()
78 w = mChild.getMeasuredHeight(); in onMeasure()
DSecondLevelIndicatorControlBar.java101 int iconHeight = firstIndicatorButton.getMeasuredHeight(); in getTouchViewIndex()
212 int iconSize = mCloseIcon.getMeasuredHeight(); in onLayout()
220 (offset + mDivider.getMeasuredHeight())); in onLayout()
DZoomControlBar.java95 mIconSize = mZoomIn.getMeasuredHeight(); in onSizeChanged()
184 int sliderHeight = mZoomSlider.getMeasuredHeight(); in onLayout()
DIndicatorControlWheelContainer.java121 int shutterButtonHeight = mShutterButton.getMeasuredHeight(); in onLayout()
153 int desiredHeight = mShutterButton.getMeasuredHeight() in onMeasure()
DStackLayout.java43 int height = child.getMeasuredHeight(); in onMeasure()
/packages/apps/Launcher2/src/com/android/launcher2/
DCling.java124 return new int[]{getMeasuredWidth() / 2, getMeasuredHeight() - (mButtonBarHeight / 2)}; in getPunchThroughPositions()
126 return new int[]{getMeasuredWidth() - (mButtonBarHeight / 2), getMeasuredHeight() / 2}; in getPunchThroughPositions()
208 Bitmap b = Bitmap.createBitmap(getMeasuredWidth(), getMeasuredHeight(), in dispatchDraw()
232 mBackground.setBounds(0, 0, getMeasuredWidth(), getMeasuredHeight()); in dispatchDraw()
DDeleteDropTarget.java200 Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(), in animateToTrashAndCompleteDrop()
260 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(), in createFlingToTrashAnimatorListener()
294 float y1o = ((1f - scale) * dragView.getMeasuredHeight()) / 2f; in createFlingToTrashAnimatorListener()
343 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
DDragLayer.java326 r.set(left, top, left + v.getMeasuredWidth(), top + v.getMeasuredHeight()); in getViewRectRelativeToSelf()
472 toY -= dragView.getMeasuredHeight() * (1 - scale) / 2; in animateViewIntoPosition()
480 toY -= (Math.round(scale * (dragView.getHeight() - child.getMeasuredHeight()))) / 2; in animateViewIntoPosition()
505 view.getMeasuredWidth(), fromY + view.getMeasuredHeight()); in animateViewIntoPosition()
506 Rect to = new Rect(toX, toY, toX + view.getMeasuredWidth(), toY + view.getMeasuredHeight()); in animateViewIntoPosition()
567 final int height = view.getMeasuredHeight(); in animateView()
DButtonDropTarget.java128 int top = to.top + (getMeasuredHeight() - height) / 2; in getIconRect()
DAppsCustomizeTabHost.java225 mAppsCustomizePane.getMeasuredHeight() <= 0) { in onTabChanged()
265 child.getMeasuredHeight()); in onTabChanged()
DStrokedTextView.java93 final int h = getMeasuredHeight(); in onDraw()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DCandidateView.java261 int mOldHeight = getMeasuredHeight(); in onMeasure()
267 if (mOldWidth != getMeasuredWidth() || mOldHeight != getMeasuredHeight()) { in onMeasure()
365 mContentHeight = (int) ((getMeasuredHeight() - mPaddingTop - mPaddingBottom) * 0.95f); in onSizeChanged()
413 mContentHeight = (int) ((getMeasuredHeight() - mPaddingTop - mPaddingBottom) * 0.95f); in calculatePage()
501 int yPos = (getMeasuredHeight() - in onDraw()
586 + mSeparatorDrawable.getIntrinsicWidth(), getMeasuredHeight()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboardView.java145 final int y = pointY - container.getMeasuredHeight() + container.getPaddingBottom(); in showMoreKeysPanel()
149 window.setHeight(container.getMeasuredHeight()); in showMoreKeysPanel()
/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java144 int pad = (getMeasuredHeight() - v.getMeasuredHeight()) / 2 + 2; in calcPadding()
557 setMeasuredDimension(total, getMeasuredHeight()); in onMeasure()
559 int total = v.getMeasuredHeight() + getMeasuredHeight(); in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/widget/
DInterpolatingLayout.java258 height = Math.max(child.getMeasuredHeight(), height); in onMeasure()
271 height = Math.max(fillChild.getMeasuredHeight(), height); in onMeasure()
311 Gravity.apply(gravity, child.getMeasuredWidth(), child.getMeasuredHeight(), in onLayout()
DProportionalLayout.java100 final int childHeight = child.getMeasuredHeight(); in onMeasure()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactListItemView.java345 mNameTextViewHeight = mNameTextView.getMeasuredHeight(); in onMeasure()
352 mPhoneticNameTextViewHeight = mPhoneticNameTextView.getMeasuredHeight(); in onMeasure()
382 mDataViewHeight = mDataView.getMeasuredHeight(); in onMeasure()
392 mLabelViewHeight = mLabelView.getMeasuredHeight(); in onMeasure()
400 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight(); in onMeasure()
408 mStatusTextViewHeight = mPresenceIcon.getMeasuredHeight(); in onMeasure()
423 Math.max(mStatusTextViewHeight, mStatusView.getMeasuredHeight()); in onMeasure()
458 mHeaderTextView.getMeasuredHeight()); in onMeasure()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestionsView.java153 final int y = pointY - container.getMeasuredHeight() + container.getPaddingBottom(); in showMoreKeysPanel()
157 window.setHeight(container.getMeasuredHeight()); in showMoreKeysPanel()
/packages/apps/Calendar/src/com/android/calendar/
DStickyHeaderListView.java304 stickyHeaderHeight = mStickyHeader.getMeasuredHeight(); in updateStickyHeader()
334 params.setMargins(0, mStickyHeader.getMeasuredHeight(), 0, 0); in updateStickyHeader()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java147 final int childHeight = child.getMeasuredHeight(); in onLayout()
179 child.layout(left, top, left + child.getMeasuredWidth(), top + child.getMeasuredHeight()); in layoutChild()
/packages/apps/Browser/src/com/android/browser/view/
DBasePieView.java101 mChildHeight = Math.max(mChildHeight, view.getMeasuredHeight()); in buildViews()

123