Home
last modified time | relevance | path

Searched refs:iconType (Results 1 – 13 of 13) 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
131 assertThat(iconType).isEqualTo(DeviceEntryIconView.IconType.FINGERPRINT) in iconType_fingerprint()
138 val iconType by collectLastValue(underTest.iconType) in iconType_locked() constant
140 assertThat(iconType).isEqualTo(DeviceEntryIconView.IconType.LOCK) in iconType_locked()
147 val iconType by collectLastValue(underTest.iconType) in iconType_unlocked() constant
149 assertThat(iconType).isEqualTo(DeviceEntryIconView.IconType.UNLOCK) in iconType_unlocked()
156 val iconType by collectLastValue(underTest.iconType) in iconType_none() constant
162 assertThat(iconType).isEqualTo(DeviceEntryIconView.IconType.NONE) in iconType_none()
169 val iconType by collectLastValue(underTest.iconType) in iconType_fingerprint_withSceneContainer() constant
174 assertThat(iconType).isEqualTo(DeviceEntryIconView.IconType.FINGERPRINT) in iconType_fingerprint_withSceneContainer()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DDeviceEntryForegroundViewModel.kt110 deviceEntryIconViewModel.iconType, in <lambda>()
114 ) { iconType, useAodVariant, color, padding -> in <lambda>() method
116 type = iconType, in <lambda>()
DDeviceEntryIconViewModel.kt230 val iconType: Flow<DeviceEntryIconView.IconType> = in <lambda>() constant
254 iconType, in <lambda>()
267 iconType.map { it.toAccessibilityHintType() } in <lambda>()
/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() argument
332 showIcon(iconType, show, mResources.getString(contentDescriptionResId)); in showIcon()
336 @AmbientStatusBarView.StatusIconType int iconType, in showIcon()
342 show, AmbientStatusBarView.getLoggableStatusIconType(iconType)); in showIcon()
343 mView.showIcon(iconType, show, contentDescription); in showIcon()
DAmbientStatusBarView.java158 void showIcon(@StatusIconType int iconType, boolean show, @Nullable String contentDescription) { in showIcon() argument
159 View icon = mStatusIcons.get(iconType); in showIcon()
/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/data/
DBadgedAppIconLoader.kt51 val iconType = getIconType(userType) in <lambda>() constant
54 setUser(UserIconInfo(userHandler, iconType)) in <lambda>()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryProtoHelper.java163 int iconType = Notification.TYPE_UNKNOWN; in loadIcon() local
175 iconType = parser.readInt(Notification.Icon.IMAGE_TYPE); in loadIcon()
201 if (iconType == Icon.TYPE_DATA) { in loadIcon()
207 } else if (iconType == Icon.TYPE_RESOURCE) { in loadIcon()
215 } else if (iconType == Icon.TYPE_URI) { in loadIcon()
219 } else if (iconType == Icon.TYPE_BITMAP) { in loadIcon()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipMenuView.java471 final int iconType = action.getIcon().getType(); in updateActionViews() local
472 if (iconType == Icon.TYPE_URI || iconType == Icon.TYPE_URI_ADAPTIVE_BITMAP) { in updateActionViews()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipMenuView.java473 final int iconType = action.getIcon().getType(); in updateActionViews() local
474 if (iconType == Icon.TYPE_URI || iconType == Icon.TYPE_URI_ADAPTIVE_BITMAP) { in updateActionViews()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
DInternetDialogController.java543 int iconType, boolean cutOut) { in getSignalStrengthIcon() argument
556 iconType == NO_CELL_DATA_TYPE_ICON in getSignalStrengthIcon()
558 : context.getResources().getDrawable(iconType, context.getTheme()); in getSignalStrengthIcon()
/frameworks/base/tools/aapt/
DResource.cpp815 String16 iconPackage, iconType, iconName; in massageRoundIconSupport() local
816 if (!ResTable::expandResourceRef(iconRef.c_str(), iconRef.size(), &iconPackage, &iconType, in massageRoundIconSupport()
823 sp<ResourceTable::ConfigList> iconEntry = findEntry(iconPackage, iconType, iconName, table); in massageRoundIconSupport()
846 String8(iconType).c_str(), in massageRoundIconSupport()
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java1959 int iconType = icon.getType();
1960 if (iconType != Icon.TYPE_URI && iconType != Icon.TYPE_URI_ADAPTIVE_BITMAP) {
/frameworks/base/core/java/android/app/
DNotification.java2921 final int iconType = icon.getType(); in visitIconUri() local
2922 if (iconType == TYPE_URI || iconType == TYPE_URI_ADAPTIVE_BITMAP) { in visitIconUri()