Home
last modified time | relevance | path

Searched refs:mHighResTaskSnapshotScale (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java103 private final float mHighResTaskSnapshotScale; field in TaskSnapshotController
133 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);