Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DTaskSnapshot.java63 private final Rect mLetterboxInsets; field in TaskSnapshot
110 mLetterboxInsets = new Rect(letterboxInsets); in TaskSnapshot()
132 mLetterboxInsets = source.readTypedObject(Rect.CREATOR);
225 return mLetterboxInsets;
291 dest.writeTypedObject(mLetterboxInsets, 0);
314 + " mLetterboxInsets=" + mLetterboxInsets.toShortString()
365 private Rect mLetterboxInsets;
423 mLetterboxInsets = letterboxInsets;
475 mLetterboxInsets,