Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuIconsAlgorithm.java33 protected ViewGroup mTopEndContainer; field in PipMenuIconsAlgorithm
48 mTopEndContainer = topEndContainer; in bindViews()
H A DPipMenuView.java156 protected View mTopEndContainer; field in PipMenuView
186 mTopEndContainer = findViewById(R.id.top_end_container); in PipMenuView()
220 mPipMenuIconsAlgorithm.bindViews((ViewGroup) mViewRoot, (ViewGroup) mTopEndContainer, in PipMenuView()