HomeSort by relevance Sort by last modified time
    Searched refs:getMeasuredHeight (Results 76 - 100 of 216) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/core/java/android/widget/
RatingBar.java 287 getMeasuredHeight());
LinearLayout.java 703 final int childHeight = child.getMeasuredHeight();
837 int childHeight = child.getMeasuredHeight() + share;
    [all...]
StackView.java 331 (getMeasuredHeight() * (1 - PERSPECTIVE_SHIFT_FACTOR_Y) / 2.0f);
562 final int newSlideAmount = Math.round(SLIDE_UP_RATIO * getMeasuredHeight());
    [all...]
AdapterViewAnimator.java 585 mReferenceChildHeight = child.getMeasuredHeight();
681 final int childHeight = getMeasuredHeight() - mPaddingTop - mPaddingBottom;
766 int childBottom = mPaddingTop + child.getMeasuredHeight();
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java 127 if (getMeasuredHeight() < mHandleBarHeight) {
QuickSettingsContainerView.java 89 cellHeight = v.getMeasuredHeight();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 202 maxChildHeight = Math.max(maxChildHeight, child.getMeasuredHeight());
441 int height = v.getMeasuredHeight();
465 final int height = v.getMeasuredHeight();
486 int height = v.getMeasuredHeight();
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerICS.java 284 getMeasuredHeight());
424 + ((getMeasuredHeight() - mSpinnerPadding.bottom -
425 mSpinnerPadding.top - child.getMeasuredHeight()) / 2);
426 int childBottom = childTop + child.getMeasuredHeight();
ActionBarView.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
BasePieView.java 101 mChildHeight = Math.max(mChildHeight, view.getMeasuredHeight());
  /packages/apps/Camera2/src/com/android/camera/ui/
CameraRootView.java 181 int height = v.getMeasuredHeight();
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java 87 int frameHeight = mCtv.getMeasuredHeight();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
DetailsHelper.java 62 view.layout(0, top, view.getMeasuredWidth(), top + view.getMeasuredHeight());
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 145 final int top = to.top + (getMeasuredHeight() - height) / 2;
AppsCustomizeTabHost.java 215 mAppsCustomizePane.getMeasuredHeight() <= 0) {
255 child.getMeasuredHeight());
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 147 final int top = to.top + (getMeasuredHeight() - height) / 2;
DeleteDropTarget.java 233 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
356 final Rect to = getIconRect(d.dragView.getMeasuredWidth(), d.dragView.getMeasuredHeight(),
390 float y1o = ((1f - scale) * dragView.getMeasuredHeight()) / 2f;
439 float yOffset = ((scale - 1f) * dragView.getMeasuredHeight()) / 2f;
AppsCustomizeTabHost.java 220 mAppsCustomizePane.getMeasuredHeight() <= 0) {
260 child.getMeasuredHeight());
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarView.java     [all...]
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 186 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom;
236 maxHeight = Math.max(maxHeight, child.getMeasuredHeight());
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetCarousel.java 136 float pivotY = v.getMeasuredHeight() / 2;
198 float pivotY = child.getMeasuredHeight() / 2;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 375 mNameTextViewHeight = mNameTextView.getMeasuredHeight();
382 mPhoneticNameTextViewHeight = mPhoneticNameTextView.getMeasuredHeight();
412 mDataViewHeight = mDataView.getMeasuredHeight();
422 mLabelViewHeight = mLabelView.getMeasuredHeight();
430 mSnippetTextViewHeight = mSnippetView.getMeasuredHeight();
438 mStatusTextViewHeight = mPresenceIcon.getMeasuredHeight();
453 Math.max(mStatusTextViewHeight, mStatusView.getMeasuredHeight());
485 mHeaderTextView.getMeasuredHeight());
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 623 return overlayView.getMeasuredHeight();
718 final int h = nonScrollingChild.getMeasuredHeight();
808 overlayView.getHeight(), overlayView.getMeasuredHeight());
812 overlayView.getMeasuredHeight());
813 final int childBottom = overlayTopY + overlayView.getMeasuredHeight();
    [all...]
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
FoldingLayout.java 143 child.layout(0, 0, child.getMeasuredWidth(), child.getMeasuredHeight());
265 mOriginalHeight = getMeasuredHeight();
  /external/chromium_org/components/web_contents_delegate_android/android/java/src/org/chromium/components/web_contents_delegate_android/
ValidationMessageBubble.java 151 final int height = mPopup.getContentView().getMeasuredHeight();

Completed in 827 milliseconds

1 2 34 5 6 7 8 9