/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputQuickSettingsDisabler.kt | 23 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 D | LargeScreenShadeInterpolatorImpl.kt | 23 import com.android.systemui.util.LargeScreenUtils 51 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AbstractLockscreenShadeTransitionController.kt | 9 import com.android.systemui.util.LargeScreenUtils 47 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
|
H A D | NotificationShadeDepthController.kt | 49 import com.android.systemui.util.LargeScreenUtils 332 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
|
H A D | LockscreenShadeTransitionController.kt | 45 import com.android.systemui.util.LargeScreenUtils 269 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QuickStatusBarHeader.java | 30 import com.android.systemui.util.LargeScreenUtils; 74 LargeScreenUtils.shouldUseLargeScreenShadeHeader(resources); in updateResources()
|
H A D | QSUtils.kt | 5 import com.android.systemui.util.LargeScreenUtils.shouldUseLargeScreenShadeHeader
|
H A D | QSPanelControllerBase.java | 43 import com.android.systemui.util.LargeScreenUtils; 97 LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); 153 LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in QSPanelControllerBase()
|
H A D | QSContainerImpl.java | 34 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 D | LargeScreenUtils.kt | 6 object LargeScreenUtils { regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationsQSContainerController.kt | 42 import com.android.systemui.util.LargeScreenUtils 152 val newSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(resources) 155 largeScreenShadeHeaderActive = LargeScreenUtils.shouldUseLargeScreenShadeHeader(resources)
|
H A D | QuickSettingsController.java | 104 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 D | NotificationPanelViewController.java | 227 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 D | ShadeCarrier.java | 38 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 D | KeyguardMediaController.kt | 38 import com.android.systemui.util.LargeScreenUtils 111 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
|
H A D | MediaHierarchyManager.kt | 55 import com.android.systemui.util.LargeScreenUtils 571 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/scrim/ |
H A D | ScrimView.java | 43 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 D | NotificationStackSizeCalculator.kt | 33 import com.android.systemui.util.LargeScreenUtils.shouldUseSplitNotificationShade
|
H A D | NotificationStackScrollLayout.java | 123 import com.android.systemui.util.LargeScreenUtils; 5678 boolean split = LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in updateSplitNotificationShade()
|
/aosp14/frameworks/base/packages/SystemUI/ |
H A D | ktfmt_includes.txt | 463 -packages/SystemUI/src/com/android/systemui/util/LargeScreenUtils.kt
|