Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java157 protected PipMenuIconsAlgorithm mPipMenuIconsAlgorithm; field in PipMenuView
219 mPipMenuIconsAlgorithm = new PipMenuIconsAlgorithm(mContext); in PipMenuView()
220 mPipMenuIconsAlgorithm.bindViews((ViewGroup) mViewRoot, (ViewGroup) mTopEndContainer, in PipMenuView()
386 mPipMenuIconsAlgorithm.onBoundsChanged(bounds); in updateMenuLayout()