Searched refs:PIP_PINCH_RESIZE (Results 1 – 2 of 2) sorted by relevance
18 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()
427 public static final String PIP_PINCH_RESIZE = "pip_pinch_resize"; field in SystemUiDeviceConfigFlags