Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
H A DCaptionWindowDecoration.java157 final int resize_handle = mResult.mRootView.getResources() in relayout() local
162 mResult.mWidth, mResult.mHeight, resize_handle, resize_corner, touchSlop); in relayout()
H A DDesktopModeWindowDecoration.java246 final int resize_handle = mResult.mRootView.getResources() in relayout() local
253 mResult.mWidth, mResult.mHeight, resize_handle, resize_corner, touchSlop) in relayout()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java214 findViewById(R.id.resize_handle).setAlpha(0); in PipMenuView()
221 findViewById(R.id.resize_handle), mEnterSplitButton, mSettingsButton, in PipMenuView()