Searched refs:mMainPanelSize (Results 1 – 1 of 1) sorted by relevance
157 private Size mMainPanelSize; field in LocalFloatingToolbarPopup650 final int targetWidth = mMainPanelSize.getWidth(); in closeOverflow()675 final int targetHeight = mMainPanelSize.getHeight(); in closeOverflow()780 final Size containerSize = mMainPanelSize; in setPanelsStatesAtRestingPosition()850 setSize(mContentContainer, mMainPanelSize); in updateOverflowHeight()859 if (mMainPanelSize != null) { in updatePopupSize()860 width = Math.max(width, mMainPanelSize.getWidth()); in updatePopupSize()861 height = Math.max(height, mMainPanelSize.getHeight()); in updatePopupSize()900 Objects.requireNonNull(mMainPanelSize); in setContentAreaAsTouchableSurface()908 width = mMainPanelSize.getWidth(); in setContentAreaAsTouchableSurface()[all …]