Searched refs:ScreenDecorations (Results 1 – 8 of 8) sorted by relevance
22 import com.android.systemui.ScreenDecorations183 @ClassKey(ScreenDecorations::class)184 abstract fun bindScreenDecorations(sysui: ScreenDecorations): CoreStartable
35 import com.android.systemui.ScreenDecorations;249 ScreenDecorations.DisplayCutoutView.boundsFromDirection(cutout, Gravity.TOP, bounds); in updateRegionForNotch()
19 import static com.android.systemui.ScreenDecorations.DisplayCutoutView.boundsFromDirection;
25 import com.android.systemui.ScreenDecorations.DisplayCutoutView
155 ### [com.android.systemui.ScreenDecorations](/packages/SystemUI/src/com/android/systemui/ScreenDeco…
127 private ScreenDecorations mScreenDecorations;242 mScreenDecorations = spy(new ScreenDecorations(mContext, mSecureSettings, in setup()279 .getDeclaredConstructor(ScreenDecorations.class) in setup()1238 ScreenDecorations screenDecorations = new ScreenDecorations(mContext, in faceSensorLocationChangesReloadsFaceScanningOverlay()
60 ) : ScreenDecorations.DisplayCutoutView(context, pos) {
109 public class ScreenDecorations implements CoreStartable, Dumpable { class317 public ScreenDecorations(Context context, in ScreenDecorations() method in ScreenDecorations