Home | History | Annotate | Download | only in wm

Lines Matching defs:mSnapshot

276         private final TaskSnapshot mSnapshot;
281 mSnapshot = snapshot;
314 proto.orientation = mSnapshot.getOrientation();
315 proto.insetLeft = mSnapshot.getContentInsets().left;
316 proto.insetTop = mSnapshot.getContentInsets().top;
317 proto.insetRight = mSnapshot.getContentInsets().right;
318 proto.insetBottom = mSnapshot.getContentInsets().bottom;
336 final Bitmap bitmap = Bitmap.createHardwareBitmap(mSnapshot.getSnapshot());
344 final Bitmap reduced = mSnapshot.isReducedResolution()
359 if (mSnapshot.isReducedResolution()) {