Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DSystemUIBinder.java20 import com.android.systemui.ScreenDecorations;
120 @ClassKey(ScreenDecorations.class)
121 public abstract SystemUI bindScreenDecorations(ScreenDecorations sysui); in bindScreenDecorations()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarTouchableRegionManager.java34 import com.android.systemui.ScreenDecorations;
239 ScreenDecorations.DisplayCutoutView.boundsFromDirection(cutout, Gravity.TOP, bounds); in updateRegionForNotch()
DStatusBarWindowView.java21 import static com.android.systemui.ScreenDecorations.DisplayCutoutView.boundsFromDirection;
DPhoneStatusBarView.java19 import static com.android.systemui.ScreenDecorations.DisplayCutoutView.boundsFromDirection;
DKeyguardStatusBarView.java19 import static com.android.systemui.ScreenDecorations.DisplayCutoutView.boundsFromDirection;
/frameworks/base/packages/CarSystemUI/src/com/android/systemui/
DCarSystemUIBinder.java126 @ClassKey(ScreenDecorations.class)
127 public abstract SystemUI bindScreenDecorations(ScreenDecorations sysui); in bindScreenDecorations()
/frameworks/base/packages/SystemUI/
DREADME.md144 ### [com.android.systemui.ScreenDecorations](/packages/SystemUI/src/com/android/systemui/ScreenDeco…
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java100 public class ScreenDecorations extends SystemUI implements Tunable { class
190 public ScreenDecorations(Context context, in ScreenDecorations() method in ScreenDecorations
790 private final ScreenDecorations mDecorations;
799 ScreenDecorations decorations) { in DisplayCutoutView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DScreenDecorationsTest.java24 import static com.android.systemui.ScreenDecorations.rectsToRegion;
82 private ScreenDecorations mScreenDecorations;
110 mScreenDecorations = spy(new ScreenDecorations(mContext, mMainHandler, in setup()