Home
last modified time | relevance | path

Searched refs:shouldShowDot (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifControllerTest.java165 assertTrue(mLightsOutNotifController.shouldShowDot()); in testLightsOut_withNotifs_onSystemBarAttributesChanged()
186 assertFalse(mLightsOutNotifController.shouldShowDot()); in testLightsOut_withoutNotifs_onSystemBarAttributesChanged()
207 assertFalse(mLightsOutNotifController.shouldShowDot()); in testLightsOn_afterLightsOut_onSystemBarAttributesChanged()
221 assertTrue(mLightsOutNotifController.shouldShowDot()); in testEntryAdded()
238 assertFalse(mLightsOutNotifController.shouldShowDot()); in testEntryRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLegacyLightsOutNotifController.java108 final boolean showDot = shouldShowDot(); in updateLightsOutView()
140 boolean shouldShowDot() { in shouldShowDot() method in LegacyLightsOutNotifController
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DPrivacyDotViewController.kt349 private fun updateDesignatedCorner(newCorner: View?, shouldShowDot: Boolean) { in <lambda>()
350 if (shouldShowDot) { in <lambda>()
525 updateDesignatedCorner(state.designatedCorner, state.shouldShowDot()) in <lambda>()
537 val shouldShow = state.shouldShowDot() in <lambda>()
538 if (shouldShow != currentViewState.shouldShowDot()) { in <lambda>()
668 fun shouldShowDot(): Boolean { in shouldShowDot() method in ViewState