Lines Matching refs:getHeight

668                     mPopupWindow.getWidth(), mPopupWindow.getHeight());
719 y = contentRectOnScreen.top - mPopupWindow.getHeight();
742 mPopupWindow.getHeight();
808 final int targetHeight = mOverflowPanelSize.getHeight();
810 final int startHeight = mContentContainer.getHeight();
842 startY - (mContentContainer.getHeight() - startHeight));
910 final int targetHeight = mMainPanelSize.getHeight();
911 final int startHeight = mContentContainer.getHeight();
912 final float bottom = mContentContainer.getY() + mContentContainer.getHeight();
919 mContentContainer.setY(bottom - mContentContainer.getHeight());
1004 containerSize.getHeight() - mContentContainer.getHeight());
1006 containerSize.getHeight() - mOverflowButtonSize.getHeight());
1013 mOverflowPanel.setY(mOverflowButtonSize.getHeight()); // align bottom
1049 mOverflowPanelSize.getHeight() - containerSize.getHeight());
1053 containerSize.getHeight() - mOverflowPanelSize.getHeight());
1059 mOverflowPanel.setY(mOverflowButtonSize.getHeight()); // align bottom
1073 final int maxItemSize = (suggestedHeight - mOverflowButtonSize.getHeight()) /
1076 if (mOverflowPanelSize.getHeight() != newHeight) {
1083 final int deltaHeight = mOverflowPanelSize.getHeight() - newHeight;
1099 height = Math.max(height, mMainPanelSize.getHeight());
1103 height = Math.max(height, mOverflowPanelSize.getHeight());
1144 height = mOverflowPanelSize.getHeight();
1147 height = mMainPanelSize.getHeight();
1293 mOverflowPanel.setY(mOverflowButtonSize.getHeight());
1346 mMainPanel.setY(mContentContainer.getHeight() - mMainPanelSize.getHeight());
1347 mOverflowButton.setY(mContentContainer.getHeight() - mOverflowButton.getHeight());
1348 mOverflowPanel.setY(mContentContainer.getHeight() - mOverflowPanelSize.getHeight());
1377 + mOverflowButtonSize.getHeight()
1409 int h = mOverflowPanelSize.getHeight() - mMainPanelSize.getHeight();
1538 setSize(view, size.getWidth(), size.getHeight());
1569 int height = mPopup.mOverflowPanelSize.getHeight()
1570 - mPopup.mOverflowButtonSize.getHeight();