Searched refs:KEY_RESIZE_DISPLAY (Results 1 – 3 of 3) sorted by relevance
36 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_RESIZE_DISPLAY;173 final boolean resizeDisplay = entry.extras.getBoolean(KEY_RESIZE_DISPLAY); in surfaceCreated()
410 public static final String KEY_RESIZE_DISPLAY = "resize_display"; field in Components.VirtualDisplayActivity
37 import static android.server.wm.app.Components.VirtualDisplayActivity.KEY_RESIZE_DISPLAY;435 .append(" --ez " + KEY_RESIZE_DISPLAY + " ").append(mResizeDisplay) in createVirtualDisplays()