Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java47 private final LetterboxSurface mTop = new LetterboxSurface("top");
48 private final LetterboxSurface mLeft = new LetterboxSurface("left");
49 private final LetterboxSurface mBottom = new LetterboxSurface("bottom");
50 private final LetterboxSurface mRight = new LetterboxSurface("right");
51 private final LetterboxSurface[] mSurfaces = { mLeft, mTop, mRight, mBottom };
104 for (LetterboxSurface surface : mSurfaces) { in isOverlappingWith()
128 for (LetterboxSurface surface : mSurfaces) { in destroy()
135 for (LetterboxSurface surface : mSurfaces) { in needsApplySurfaceChanges()
144 for (LetterboxSurface surface : mSurfaces) { in applySurfaceChanges()
151 for (LetterboxSurface surface : mSurfaces) { in attachInput()
[all …]
/frameworks/base/services/
Dart-profile16324 PLcom/android/server/wm/Letterbox$LetterboxSurface;->applySurfaceChanges(Landroid/view/SurfaceContr…
16325 PLcom/android/server/wm/Letterbox$LetterboxSurface;->attachInput(Lcom/android/server/wm/WindowState…
16326 PLcom/android/server/wm/Letterbox$LetterboxSurface;->createSurface()V
16327 PLcom/android/server/wm/Letterbox$LetterboxSurface;->getHeight()I
16328 PLcom/android/server/wm/Letterbox$LetterboxSurface;->getWidth()I
16329 PLcom/android/server/wm/Letterbox$LetterboxSurface;->isOverlappingWith(Landroid/graphics/Rect;)Z
16330 PLcom/android/server/wm/Letterbox$LetterboxSurface;->layout(IIIILandroid/graphics/Point;)V
16331 PLcom/android/server/wm/Letterbox$LetterboxSurface;->needsApplySurfaceChanges()Z
16332 PLcom/android/server/wm/Letterbox$LetterboxSurface;->remove()V