Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAbsAppSnapshotController.java85 protected final float mHighResSnapshotScale; field in AbsAppSnapshotController
115 mHighResSnapshotScale = initSnapshotScale(); in AbsAppSnapshotController()
207 return snapshot(source, mHighResSnapshotScale); in snapshot()
429 mHighResSnapshotScale, mainWindow.getRequestedVisibleTypes()); in drawAppThemeSnapshot()
432 final int width = (int) (taskWidth * mHighResSnapshotScale); in drawAppThemeSnapshot()
433 final int height = (int) (taskHeight * mHighResSnapshotScale); in drawAppThemeSnapshot()
503 pw.println(prefix + "mHighResSnapshotScale=" + mHighResSnapshotScale); in dump()
DActivitySnapshotController.java370 .snapshot(mainTask, mHighResSnapshotScale); in recordSnapshot()