Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisabler.kt23 import com.android.systemui.util.LargeScreenUtils
46 LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
77 val newSplitShadeFlag = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
H A DLargeScreenShadeInterpolatorImpl.kt23 import com.android.systemui.util.LargeScreenUtils
51 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAbstractLockscreenShadeTransitionController.kt9 import com.android.systemui.util.LargeScreenUtils
47 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
H A DNotificationShadeDepthController.kt49 import com.android.systemui.util.LargeScreenUtils
332 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
H A DLockscreenShadeTransitionController.kt45 import com.android.systemui.util.LargeScreenUtils
269 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickStatusBarHeader.java30 import com.android.systemui.util.LargeScreenUtils;
74 LargeScreenUtils.shouldUseLargeScreenShadeHeader(resources); in updateResources()
H A DQSUtils.kt5 import com.android.systemui.util.LargeScreenUtils.shouldUseLargeScreenShadeHeader
H A DQSPanelControllerBase.java43 import com.android.systemui.util.LargeScreenUtils;
97 LargeScreenUtils.shouldUseSplitNotificationShade(getResources());
153 LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in QSPanelControllerBase()
H A DQSContainerImpl.java34 import com.android.systemui.util.LargeScreenUtils;
158 if (!LargeScreenUtils.shouldUseLargeScreenShadeHeader(mContext.getResources())) { in updateResources()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DLargeScreenUtils.kt6 object LargeScreenUtils { regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationsQSContainerController.kt42 import com.android.systemui.util.LargeScreenUtils
152 val newSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(resources)
155 largeScreenShadeHeaderActive = LargeScreenUtils.shouldUseLargeScreenShadeHeader(resources)
H A DQuickSettingsController.java104 import com.android.systemui.util.LargeScreenUtils;
357 mSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in QuickSettingsController()
444 mSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in updateResources()
453 LargeScreenUtils.shouldUseLargeScreenShadeHeader(mPanelView.getResources()); in updateResources()
H A DNotificationPanelViewController.java227 import com.android.systemui.util.LargeScreenUtils;
871 LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in NotificationPanelViewController()
1289 LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in updateResources()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
H A DShadeCarrier.java38 import com.android.systemui.util.LargeScreenUtils;
176 LargeScreenUtils.shouldUseLargeScreenShadeHeader(getResources()); in updateResources()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DKeyguardMediaController.kt38 import com.android.systemui.util.LargeScreenUtils
111 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
H A DMediaHierarchyManager.kt55 import com.android.systemui.util.LargeScreenUtils
571 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/
H A DScrimView.java43 import com.android.systemui.util.LargeScreenUtils;
115 LargeScreenUtils.shouldUseLargeScreenShadeHeader(res)); in onDraw()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackSizeCalculator.kt33 import com.android.systemui.util.LargeScreenUtils.shouldUseSplitNotificationShade
H A DNotificationStackScrollLayout.java123 import com.android.systemui.util.LargeScreenUtils;
5678 boolean split = LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in updateSplitNotificationShade()
/aosp14/frameworks/base/packages/SystemUI/
H A Dktfmt_includes.txt463 -packages/SystemUI/src/com/android/systemui/util/LargeScreenUtils.kt