Searched refs:mFullWindowSurface (Results 1 – 1 of 1) sorted by relevance
72 private final LetterboxSurface mFullWindowSurface = new LetterboxSurface("fullWindow"); field in Letterbox124 mFullWindowSurface.layout(outer.left, outer.top, outer.right, outer.bottom, surfaceOrigin); in layout()192 mFullWindowSurface.remove(); in destroy()198 return mFullWindowSurface.needsApplySurfaceChanges(); in needsApplySurfaceChanges()210 mFullWindowSurface.applySurfaceChanges(t); in applySurfaceChanges()220 mFullWindowSurface.remove(); in applySurfaceChanges()227 mFullWindowSurface.attachInput(win); in attachInput()241 if (mFullWindowSurface.mInputInterceptor != null) { in onMovedToDisplay()242 mFullWindowSurface.mInputInterceptor.mWindowHandle.displayId = displayId; in onMovedToDisplay()