Home
last modified time | relevance | path

Searched refs:getIconState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DNotificationIconContainerTest.kt97 val iconState = iconContainer.getIconState(icon) in calculateIconXTranslations_shortShelfOneIcon_atCorrectXWithoutOverflowDot()
129 assertEquals(10f, iconContainer.getIconState(iconOne).xTranslation) in calculateIconXTranslations_shortShelfFourIcons_atCorrectXWithoutOverflowDot()
130 assertEquals(20f, iconContainer.getIconState(iconTwo).xTranslation) in calculateIconXTranslations_shortShelfFourIcons_atCorrectXWithoutOverflowDot()
131 assertEquals(30f, iconContainer.getIconState(iconThree).xTranslation) in calculateIconXTranslations_shortShelfFourIcons_atCorrectXWithoutOverflowDot()
132 assertEquals(40f, iconContainer.getIconState(iconFour).xTranslation) in calculateIconXTranslations_shortShelfFourIcons_atCorrectXWithoutOverflowDot()
160 assertEquals(10f, iconContainer.getIconState(iconOne).xTranslation) in calculateIconXTranslations_shortShelfFiveIcons_atCorrectXWithOverflowDot()
161 assertEquals(20f, iconContainer.getIconState(iconTwo).xTranslation) in calculateIconXTranslations_shortShelfFiveIcons_atCorrectXWithOverflowDot()
162 assertEquals(30f, iconContainer.getIconState(iconThree).xTranslation) in calculateIconXTranslations_shortShelfFiveIcons_atCorrectXWithOverflowDot()
183 assertEquals(0f, iconContainer.getIconState(iconOne).xTranslation) in calculateIconXTranslations_givenWidthEnoughForThreeIcons_atCorrectXWithoutOverflowDot()
184 assertEquals(10f, iconContainer.getIconState(iconTwo).xTranslation) in calculateIconXTranslations_givenWidthEnoughForThreeIcons_atCorrectXWithoutOverflowDot()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/
DDeviceEntryIconView.kt101 getIconState(IconType.LOCK, false), in <lambda>()
107 getIconState(IconType.UNLOCK, false), in <lambda>()
113 getIconState(IconType.FINGERPRINT, false), in <lambda>()
121 getIconState(IconType.LOCK, true), in <lambda>()
127 getIconState(IconType.UNLOCK, true), in <lambda>()
136 getIconState(IconType.FINGERPRINT, true), in <lambda>()
252 fun getIconState(icon: IconType, aod: Boolean): IntArray { in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DAlternateBouncerUdfpsViewBinder.kt63 view.getIconState(fgViewModel.type, fgViewModel.useAodVariant), in <lambda>()
DDeviceEntryIconViewBinder.kt166 view.getIconState(viewModel.type, viewModel.useAodVariant), in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java815 NotificationIconContainer.IconState iconState = getIconState(icon); in updateIconPositioning()
858 NotificationIconContainer.IconState iconState = getIconState(icon); in setIconTransformationAmount()
895 private NotificationIconContainer.IconState getIconState(StatusBarIconView icon) { in getIconState() method in NotificationShelf
899 return mShelfIcons.getIconState(icon); in getIconState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationIconContainer.java725 public IconState getIconState(StatusBarIconView icon) { in getIconState() method in NotificationIconContainer