Searched refs:showSystemDecorations (Results 1 – 3 of 3) sorted by relevance
70 public VirtualDisplayHelper setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument71 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
253 public VirtualDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument254 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()742 public ExternalDisplaySession setShowSystemDecorations(boolean showSystemDecorations) { in setShowSystemDecorations() argument743 mShowSystemDecorations = showSystemDecorations; in setShowSystemDecorations()
195 final boolean showSystemDecorations = entry.extras.getBoolean(KEY_SHOW_SYSTEM_DECORATIONS); in surfaceCreated()196 if (showSystemDecorations) { in surfaceCreated()