Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DHandleMenu.java157 final View windowingPillView = mWindowingPill.mWindowViewHost.getView(); in setupHandleMenu() local
158 final ImageButton fullscreenBtn = windowingPillView.findViewById( in setupHandleMenu()
160 final ImageButton splitscreenBtn = windowingPillView.findViewById( in setupHandleMenu()
162 final ImageButton floatingBtn = windowingPillView.findViewById(R.id.floating_button); in setupHandleMenu()
163 final ImageButton desktopBtn = windowingPillView.findViewById(R.id.desktop_button); in setupHandleMenu()