Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DLetterbox.java232 void attachInput(WindowState win) { in attachInput() method in Letterbox
234 mFullWindowSurface.attachInput(win); in attachInput()
237 surface.attachInput(win); in attachInput()
394 void attachInput(WindowState win) { in attachInput() method in Letterbox.LetterboxSurface
DLetterboxUiController.java821 mLetterbox.attachInput(w); in layoutLetterboxIfNeeded()