Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleBehaviorController.java70 private final Supplier<ScreenDecorations> mScreenDecorationsSupplier; field in AssistHandleBehaviorController
105 mScreenDecorationsSupplier = screenDecorationsSupplier; in AssistHandleBehaviorController()
231 ScreenDecorations screenDecorations = mScreenDecorationsSupplier.get(); in maybeShowHandles()
246 ScreenDecorations screenDecorations = mScreenDecorationsSupplier.get(); in hideHandles()