Home
last modified time | relevance | path

Searched refs:iconType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTaskTapPointerEventListener.java71 int iconType = TYPE_NOT_SPECIFIED; in onPointerEvent() local
76 iconType = in onPointerEvent()
81 iconType = in onPointerEvent()
86 iconType = TYPE_VERTICAL_DOUBLE_ARROW; in onPointerEvent()
90 if (mPointerIconType != iconType) { in onPointerEvent()
91 mPointerIconType = iconType; in onPointerEvent()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/anqp/
DHSIconFileElement.java59 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()
DIconInfo.java50 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/tools/aapt/
DResource.cpp812 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()