Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/displayarea/
H A DCarDisplayAreaController.java112 private DisplayAreaAppearedInfo mControlBarDisplay; field in CarDisplayAreaController
511 mControlBarDisplay = controlBarDisplayAreaInfos.get(0); in registerOrganizer()
519 tx.setLayer(mControlBarDisplay.getLeash(), CONTROL_BAR_LAYER_INDEX); in registerOrganizer()
533 mControlBarDisplay = null; in unregister()
608 mControlBarDisplay, toState, durationMs); in animate()
675 mControlBarDisplay.getDisplayAreaInfo().token; in updateBounds()
758 t.setPosition(mControlBarDisplay.getLeash(), in updateBounds()
H A DCarDisplayAreaOrganizer.java112 private DisplayAreaAppearedInfo mControlBarDisplay; field in CarDisplayAreaOrganizer
294 mControlBarDisplay = controlBarDisplay; in scheduleOffset()