Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java410 private Size mMainPanelSize; field in FloatingToolbar.FloatingToolbarPopup
892 final int targetWidth = mMainPanelSize.getWidth(); in closeOverflow()
1024 final Size containerSize = mMainPanelSize; in setPanelsStatesAtRestingPosition()
1095 setSize(mContentContainer, mMainPanelSize); in updateOverflowHeight()
1104 if (mMainPanelSize != null) { in updatePopupSize()
1145 Objects.requireNonNull(mMainPanelSize); in setContentAreaAsTouchableSurface()
1153 width = mMainPanelSize.getWidth(); in setContentAreaAsTouchableSurface()
1154 height = mMainPanelSize.getHeight(); in setContentAreaAsTouchableSurface()
1284 mMainPanelSize = measure(mMainPanel); in layoutMainPanelItems()
1341 mMainPanelSize = null; in clearPanels()
[all …]