Searched refs:mHighResTaskSnapshotScale (Results 1 – 1 of 1) sorted by relevance
103 private final float mHighResTaskSnapshotScale; field in TaskSnapshotController133 mHighResTaskSnapshotScale = mService.mContext.getResources().getFloat( in TaskSnapshotController()373 mHighResTaskSnapshotScale, builder.getPixelFormat(), taskSize, builder);561 mHighResTaskSnapshotScale, insetsState);564 final int width = (int) (taskWidth * mHighResTaskSnapshotScale);565 final int height = (int) (taskHeight * mHighResTaskSnapshotScale);701 pw.println(prefix + "mHighResTaskSnapshotScale=" + mHighResTaskSnapshotScale);