Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
DLocalFloatingToolbarPopup.java157 private Size mMainPanelSize; field in LocalFloatingToolbarPopup
650 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 …]