Home
last modified time | relevance | path

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

/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/Camera/src/com/android/camera/ui/
DLinearLayout.java32 height += view.getMeasuredHeight(); in onMeasure()
48 int nextOffsetY = offsetY + view.getMeasuredHeight(); in onLayout()
DRotatePane.java60 setMeasuredSize(c.getMeasuredWidth(), c.getMeasuredHeight()); in onMeasure()
65 setMeasuredSize(c.getMeasuredHeight(), c.getMeasuredWidth()); in onMeasure()
DGLListView.java200 height += view.getMeasuredHeight(); in onMeasure()
245 int nextOffset = yoffset + item.getMeasuredHeight(); in onLayout()
DIndicatorBar.java102 height += component.getMeasuredHeight(); in onMeasure()
DPopupWindow.java95 child.getMeasuredHeight() + p.top + p.bottom); in onMeasure()
DGLView.java336 public int getMeasuredHeight() { in getMeasuredHeight() method in GLView
DHeadUpDisplay.java207 height = mPopupWindow.getMeasuredHeight(); in layoutPopupWindow()
/packages/apps/Contacts/src/com/android/contacts/
DContactListItemView.java145 mLine1Height = mNameTextView.getMeasuredHeight(); in onMeasure()
149 mLine2Height = mLabelView.getMeasuredHeight(); in onMeasure()
154 mLine2Height = Math.max(mLine2Height, mDataView.getMeasuredHeight()); in onMeasure()
159 mLine3Height = mSnippetView.getMeasuredHeight(); in onMeasure()
DPinnedHeaderListView.java117 mHeaderViewHeight = mHeaderView.getMeasuredHeight(); in onMeasure()
/packages/apps/Phone/src/com/android/phone/
DButtonGridLayout.java120 mButtonHeight = child.getMeasuredHeight(); in onFinishInflate()
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DCandidateView.java501 int yPos = (getMeasuredHeight() - in onDraw()
586 + mSeparatorDrawable.getIntrinsicWidth(), getMeasuredHeight()
DBalloonHint.java247 int newHeight = mBalloonView.getMeasuredHeight() + getPaddingTop() in setBalloonSize()
DPinyinIME.java1251 mFloatingWindow.setHeight(mFloatingContainer.getMeasuredHeight()); in postShowFloatingWindow()
/packages/apps/Music/src/com/android/music/
DVerticalTextSpinner.java327 final int bottomBottom = getMeasuredHeight(); in onDraw()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DCandidateView.java453 final int popupHeight = mPreviewText.getMeasuredHeight(); in showPreview()
DLatinKeyboardBaseView.java1208 popupY -= container.getMeasuredHeight(); in onLongPress()
1227 mMiniKeyboardPopup.setHeight(container.getMeasuredHeight()); in onLongPress()
/packages/apps/Calendar/src/com/android/calendar/
DMonthView.java757 final int height = getMeasuredHeight(); in drawGrid()
816 r.bottom = getMeasuredHeight(); in drawBox()
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java241 int myHeight = saver_view.getMeasuredHeight(); in moveScreenSaverTo()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java551 child.layout(childLeft, 0, childLeft + childWidth, child.getMeasuredHeight()); in onLayout()
/packages/apps/Contacts/src/com/android/contacts/ui/
DQuickContactWindow.java478 final int blockHeight = mDecor.getMeasuredHeight(); in showInternal()