Searched refs:TYPE_MIRRORING (Results 1 – 2 of 2) sorted by relevance
365 return mType == MediaProjectionManager.TYPE_MIRRORING || in canProjectVideo()376 return mType == MediaProjectionManager.TYPE_MIRRORING || in canProjectAudio()387 } else if (mType == MediaProjectionManager.TYPE_MIRRORING) { in applyVirtualDisplayFlags()626 case MediaProjectionManager.TYPE_MIRRORING: in typeToString()
56 public static final int TYPE_MIRRORING = 1; field in MediaProjectionManager