Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistHandleBehaviorController.java34 import com.android.systemui.ScreenDecorations;
70 private final Supplier<ScreenDecorations> mScreenDecorationsSupplier;
89 () -> SysUiServiceProvider.getComponent(context, ScreenDecorations.class), in AssistHandleBehaviorController()
99 Supplier<ScreenDecorations> screenDecorationsSupplier, in AssistHandleBehaviorController()
231 ScreenDecorations screenDecorations = mScreenDecorationsSupplier.get(); in maybeShowHandles()
246 ScreenDecorations screenDecorations = mScreenDecorationsSupplier.get(); in hideHandles()
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DDefaultUiController.java39 import com.android.systemui.ScreenDecorations;
148 ScreenDecorations decorations = SysUiServiceProvider.getComponent(mRoot.getContext(), in updateAssistHandleVisibility()
149 ScreenDecorations.class); in updateAssistHandleVisibility()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java19 import static com.android.systemui.ScreenDecorations.rectsToRegion;
53 import com.android.systemui.ScreenDecorations.TunablePaddingTagListener;
75 private ScreenDecorations mScreenDecorations;
110 mScreenDecorations = new ScreenDecorations() { in setup()
285 verify(mTunablePaddingService).add(eq(child), eq(ScreenDecorations.PADDING), eq(14), in testPaddingTagListener()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/assist/
DAssistHandleBehaviorControllerTest.java40 import com.android.systemui.ScreenDecorations;
62 @Mock private ScreenDecorations mMockScreenDecorations;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpManagerPhone.java38 import com.android.systemui.ScreenDecorations;
339 ScreenDecorations.DisplayCutoutView.boundsFromDirection(cutout, Gravity.TOP, bounds); in updateRegionForNotch()
DNavigationBarFragment.java89 import com.android.systemui.ScreenDecorations;
175 private ScreenDecorations mScreenDecorations;
358 ScreenDecorations.class); in onViewCreated()
DPhoneStatusBarView.java21 import static com.android.systemui.ScreenDecorations.DisplayCutoutView.boundsFromDirection;
DKeyguardStatusBarView.java19 import static com.android.systemui.ScreenDecorations.DisplayCutoutView.boundsFromDirection;
/frameworks/base/packages/SystemUI/
DREADME.md161 ### [com.android.systemui.ScreenDecorations](/packages/SystemUI/src/com/android/systemui/ScreenDeco…
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java98 public class ScreenDecorations extends SystemUI implements Tunable, class
155 putComponent(ScreenDecorations.class, this); in start()
831 private final ScreenDecorations mDecorations;
837 Runnable visibilityChangedListener, ScreenDecorations decorations) { in DisplayCutoutView()