Searched refs:iconType (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskTapPointerEventListener.java | 85 int iconType = TYPE_NOT_SPECIFIED; in onPointerEvent() local 90 iconType = in onPointerEvent() 95 iconType = in onPointerEvent() 100 iconType = TYPE_VERTICAL_DOUBLE_ARROW; in onPointerEvent() 104 if (mPointerIconType != iconType) { in onPointerEvent() 105 mPointerIconType = iconType; in onPointerEvent()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/ |
D | HSIconFileElement.java | 59 public HSIconFileElement(int statusCode, String iconType, byte[] iconData) { in HSIconFileElement() argument 62 mIconType = iconType; in HSIconFileElement() 85 String iconType = in parse() local 94 return new HSIconFileElement(status, iconType, iconData); in parse()
|
D | IconInfo.java | 50 public IconInfo(int width, int height, String language, String iconType, String fileName) { in IconInfo() argument 54 mIconType = iconType; in IconInfo() 75 String iconType = in parse() local 80 return new IconInfo(width, height, language, iconType, fileName); in parse()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryProtoHelper.java | 163 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/tools/aapt/ |
D | Resource.cpp | 812 String16 iconPackage, iconType, iconName; in massageRoundIconSupport() local 813 if (!ResTable::expandResourceRef(iconRef.string(), iconRef.size(), &iconPackage, &iconType, in massageRoundIconSupport() 820 sp<ResourceTable::ConfigList> iconEntry = findEntry(iconPackage, iconType, iconName, table); in massageRoundIconSupport() 843 String8(iconType).string(), in massageRoundIconSupport()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 2545 final int iconType = icon.getType(); in visitUris() local 2546 if (iconType == TYPE_URI_ADAPTIVE_BITMAP || iconType == TYPE_URI) { in visitUris()
|