Searched refs:mExcludeLayers (Results 1 – 1 of 1) sorted by relevance
281 final SurfaceControl[] mExcludeLayers; field in ScreenCapture.CaptureArgs293 mExcludeLayers = builder.mExcludeLayers; in CaptureArgs()309 mExcludeLayers = new SurfaceControl[excludeLayersLength]; in CaptureArgs()311 mExcludeLayers[index] = SurfaceControl.CREATOR.createFromParcel(in); in CaptureArgs()314 mExcludeLayers = null; in CaptureArgs()321 if (mExcludeLayers == null || mExcludeLayers.length == 0) { in release()325 for (SurfaceControl surfaceControl : mExcludeLayers) { in release()337 if (mExcludeLayers == null || mExcludeLayers.length == 0) { in getNativeExcludeLayers()341 long[] nativeExcludeLayers = new long[mExcludeLayers.length]; in getNativeExcludeLayers()342 for (int index = 0; index < mExcludeLayers.length; index++) { in getNativeExcludeLayers()[all …]