Home
last modified time | relevance | path

Searched defs:iconType (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryIconViewModelTest.kt126 val iconType by collectLastValue(underTest.iconType) in iconType_fingerprint() constant
138 val iconType by collectLastValue(underTest.iconType) in iconType_locked() constant
147 val iconType by collectLastValue(underTest.iconType) in iconType_unlocked() constant
156 val iconType by collectLastValue(underTest.iconType) in iconType_none() constant
169 val iconType by collectLastValue(underTest.iconType) in iconType_fingerprint_withSceneContainer() constant
181 val iconType by collectLastValue(underTest.iconType) in iconType_locked_withSceneContainer() constant
190 val iconType by collectLastValue(underTest.iconType) in iconType_unlocked_withSceneContainer() constant
201 val iconType by collectLastValue(underTest.iconType) in iconType_none_withSceneContainer() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
DBadgedAppIconLoader.kt51 val iconType = getIconType(userType) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewController.java301 @AmbientStatusBarView.StatusIconType int iconType = Resources.ID_NULL; in updateMicCameraBlockedStatusIcon() local
330 private void showIcon(@AmbientStatusBarView.StatusIconType int iconType, boolean show, in showIcon()
335 private void showIcon( in showIcon()
DAmbientStatusBarView.java158 void showIcon(@StatusIconType int iconType, boolean show, @Nullable String contentDescription) { in showIcon()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java163 int iconType = Notification.TYPE_UNKNOWN; in loadIcon() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryForegroundViewModel.kt114 ) { iconType, useAodVariant, color, padding -> in <lambda>() method
DDeviceEntryIconViewModel.kt230 val iconType: Flow<DeviceEntryIconView.IconType> = in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java471 final int iconType = action.getIcon().getType(); in updateActionViews() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java473 final int iconType = action.getIcon().getType(); in updateActionViews() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java543 int iconType, boolean cutOut) { in getSignalStrengthIcon()
/frameworks/base/tools/aapt/
DResource.cpp815 String16 iconPackage, iconType, iconName; in massageRoundIconSupport() local
/frameworks/base/core/java/android/app/
DNotification.java2921 final int iconType = icon.getType(); in visitIconUri() local