HomeSort by relevance Sort by last modified time
    Searched refs:getMeasuredHeight (Results 226 - 250 of 320) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeHelper.java 143 v.getMeasuredHeight();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 240 || mFormatView.getMeasuredHeight() != height) {
242 mPreviewTexHeight = mFormatView.getMeasuredHeight();
  /cts/tests/tests/widget/src/android/widget/cts/
ImageViewTest.java 369 assertEquals(mImageView.getMeasuredHeight(), mImageView.getBaseline());
469 assertTrue(mImageView.getMeasuredHeight() <= 150);
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
NumberPicker.java 780 final int msrdHght = getMeasuredHeight();
784 final int inptTxtMsrdHght = mInputText.getMeasuredHeight();
815 final int heightSize = resolveSizeAndStateRespectingMinSize(mMinHeight, getMeasuredHeight(),
    [all...]
ActivityChooserView.java 472 setMeasuredDimension(child.getMeasuredWidth(), child.getMeasuredHeight());
MediaController.java 179 p.y = anchorPos[1] + mAnchor.getHeight() - mDecor.getMeasuredHeight();
  /frameworks/base/core/java/com/android/internal/widget/
ResolverDrawerLayout.java 796 int heightUsed = child.getMeasuredHeight();
844 final int bottom = top + child.getMeasuredHeight();
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 468 loadingContent.getMeasuredHeight());
484 errorContent.getMeasuredHeight());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcuts.java 580 final int shortcutKeyTextItemMinWidth = shortcutsKeyView.getMeasuredHeight();
582 final int shortcutKeyIconItemHeightWidth = shortcutsKeyView.getMeasuredHeight()
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
ActivityChooserView.java 449 setMeasuredDimension(child.getMeasuredWidth(), child.getMeasuredHeight());
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 167 mFolderNameHeight = mFolderName.getMeasuredHeight();
840 mFolderIconPivotY = (int) (mFolderIcon.getMeasuredHeight() *
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 417 sLoc0[1] += (v0.getMeasuredHeight() * v0.getScaleY()) / 2;
419 sLoc1[1] += (v1.getMeasuredHeight() * v1.getScaleY()) / 2;
    [all...]
PagedView.java 369 return (getMeasuredHeight() - getViewportHeight()) / 2;
877 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;
882 final int childHeight = child.getMeasuredHeight();
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 465 final int y = debugInfoView.getMeasuredHeight();
467 debugInfoView, x - infoWidth, y, infoWidth, debugInfoView.getMeasuredHeight());
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 774 heightUsed = Math.max(heightUsed, heightPadding + child.getMeasuredHeight() +
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/com/android/internal/app/
ChooserActivity.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
DrawerLayout.java     [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowView.java 392 public final int getMeasuredHeight() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SwipeHelper.java 172 v.getMeasuredHeight();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSPanel.java 408 return getMeasuredHeight();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 247 mActionButtonView.setTranslationY(h - getMeasuredHeight());

Completed in 1326 milliseconds

1 2 3 4 5 6 7 8 91011>>