Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java68 private final LetterboxSurface mTop = new LetterboxSurface("top");
69 private final LetterboxSurface mLeft = new LetterboxSurface("left");
70 private final LetterboxSurface mBottom = new LetterboxSurface("bottom");
71 private final LetterboxSurface mRight = new LetterboxSurface("right");
77 private final LetterboxSurface mFullWindowSurface = new LetterboxSurface("fullWindow");
78 private final LetterboxSurface[] mSurfaces = { mLeft, mTop, mRight, mBottom };
162 for (LetterboxSurface surface : mSurfaces) { in notIntersectsOrFullyContains()
194 for (LetterboxSurface surface : mSurfaces) { in destroy()
205 for (LetterboxSurface surface : mSurfaces) { in needsApplySurfaceChanges()
219 for (LetterboxSurface surface : mSurfaces) { in applySurfaceChanges()
[all …]