Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipResizeGestureHandler.java18 import static com.android.internal.config.sysui.SystemUiDeviceConfigFlags.PIP_PINCH_RESIZE;
160 PIP_PINCH_RESIZE, in init()
167 if (properties.getKeyset().contains(PIP_PINCH_RESIZE)) { in init()
169 PIP_PINCH_RESIZE, /* defaultValue = */ true); in init()
/aosp14/frameworks/base/core/java/com/android/internal/config/sysui/
H A DSystemUiDeviceConfigFlags.java427 public static final String PIP_PINCH_RESIZE = "pip_pinch_resize"; field in SystemUiDeviceConfigFlags