Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java77 private final LetterboxSurface mFullWindowSurface = new LetterboxSurface("fullWindow"); field in Letterbox
129 mFullWindowSurface.layout(outer.left, outer.top, outer.right, outer.bottom, surfaceOrigin); in layout()
197 mFullWindowSurface.remove(); in destroy()
203 return mFullWindowSurface.needsApplySurfaceChanges(); in needsApplySurfaceChanges()
217 mFullWindowSurface.applySurfaceChanges(t, inputT); in applySurfaceChanges()
227 mFullWindowSurface.remove(); in applySurfaceChanges()
234 mFullWindowSurface.attachInput(win); in attachInput()
248 if (mFullWindowSurface.mInputInterceptor != null) { in onMovedToDisplay()
249 mFullWindowSurface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()