Searched refs:shouldUseSplitNotificationShade (Results 1 – 15 of 15) sorted by relevance
40 private var shouldUseSplitNotificationShade: Boolean45 shouldUseSplitNotificationShade =46 LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)54 !shouldUseSplitNotificationShade77 val newSplitShadeFlag = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)78 if (newSplitShadeFlag != shouldUseSplitNotificationShade) {79 shouldUseSplitNotificationShade = newSplitShadeFlag
13 fun shouldUseSplitNotificationShade(resources: Resources): Boolean { regex
51 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
47 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
332 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
269 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
148 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { in onSplitShadeChanged() argument151 mView.setCanCollapse(!shouldUseSplitNotificationShade); in onSplitShadeChanged()
97 LargeScreenUtils.shouldUseSplitNotificationShade(getResources());117 protected void onSplitShadeChanged(boolean shouldUseSplitNotificationShade) { } in onSplitShadeChanged() argument153 LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in QSPanelControllerBase()
33 import com.android.systemui.util.LargeScreenUtils.shouldUseSplitNotificationShade184 if (isMediaShowing && !shouldUseSplitNotificationShade(resources)) 2 else 1
5678 boolean split = LargeScreenUtils.shouldUseSplitNotificationShade(getResources()); in updateSplitNotificationShade()
111 useSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
571 inSplitShade = LargeScreenUtils.shouldUseSplitNotificationShade(context.resources)
152 val newSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(resources)
357 mSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in QuickSettingsController()444 mSplitShadeEnabled = LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in updateResources()
871 LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in NotificationPanelViewController()1289 LargeScreenUtils.shouldUseSplitNotificationShade(mResources); in updateResources()