/packages/apps/Contacts/src/com/android/contacts/util/ |
ThemeUtils.java | 29 public static int getAttribute(Theme theme, int attrId) { 31 theme.resolveAttribute(attrId, outValue, true);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardIconsSet.java | 101 final Integer attrId = (Integer)NAMES_AND_ATTR_IDS[i + 1]; 102 if (attrId != ATTR_UNDEFINED) { 103 ATTR_ID_TO_ICON_ID.put(attrId, iconId); 114 final int attrId = ATTR_ID_TO_ICON_ID.keyAt(index); 116 final Drawable icon = keyboardAttrs.getDrawable(attrId); 118 final Integer iconId = ATTR_ID_TO_ICON_ID.get(attrId); 120 mIconResourceIds[iconId] = keyboardAttrs.getResourceId(attrId, 0); 123 + keyboardAttrs.getResources().getResourceEntryName(attrId)
|
KeyVisualAttributes.java | 83 for (final int attrId : VISUAL_ATTRIBUTE_IDS) { 84 sVisualAttributeIds.put(attrId, ATTR_DEFINED); 92 final int attrId = keyAttr.getIndex(i); 93 if (sVisualAttributeIds.get(attrId, ATTR_NOT_FOUND) == ATTR_NOT_FOUND) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
XmlParseUtils.java | 74 public static void checkAttributeExists(final TypedArray attr, final int attrId, 77 if (attr.hasValue(attrId)) {
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/ |
LDAPCertStore.java | 314 void addRequestedAttribute(String attrId) { 318 requestedAttributes.add(attrId); 325 * @param attrId the attribute identifier 329 byte[][] getValues(String attrId) throws NamingException { 334 String cacheKey = name + "|" + attrId; 342 values = attrs.get(attrId); 381 for (String attrId : requestedAttributes) { 382 Attribute attr = attrs.get(attrId); 384 cacheAttribute(attrId, values); 385 valueMap.put(attrId, values) [all...] |
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
GuidedActionsStylist.java | [all...] |
/frameworks/base/core/java/android/app/ |
AlertDialog.java | 408 * @param attrId ID of a theme attribute that points to a drawable resource. 410 public void setIconAttribute(@AttrRes int attrId) { 412 mContext.getTheme().resolveAttribute(attrId, out, true); 593 * @param attrId ID of a theme attribute that points to a drawable resource. 595 public Builder setIconAttribute(@AttrRes int attrId) { 597 P.mContext.getTheme().resolveAttribute(attrId, out, true); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
AlertDialog.java | 246 * @param attrId ID of a theme attribute that points to a drawable resource. 248 public void setIconAttribute(int attrId) { 250 getContext().getTheme().resolveAttribute(attrId, out, true); 434 * @param attrId ID of a theme attribute that points to a drawable resource. 436 public Builder setIconAttribute(@AttrRes int attrId) { 438 P.mContext.getTheme().resolveAttribute(attrId, out, true); [all...] |
AlertController.java | 369 * @param attrId the attributeId of the theme-specific drawable 374 public int getIconAttributeResId(int attrId) { 376 mContext.getTheme().resolveAttribute(attrId, out, true); [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowResources.java | 242 public void setAttribue(int attrId, TypedValue value) { 243 attrMap.put(attrId, value);
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
Avrcp.java | 322 Log.v(TAG, "getAttributeString:attrId=" + attrIds[i] + 735 public String getString(int attrId) { 739 switch (attrId) { [all...] |
/frameworks/base/tools/aapt/ |
ResourceTable.h | 248 uint32_t attrID, 276 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType); 277 virtual bool getAttributeMin(uint32_t attrID, uint32_t* outMin); 278 virtual bool getAttributeMax(uint32_t attrID, uint32_t* outMax); 279 virtual bool getAttributeKeys(uint32_t attrID, Vector<String16>* outKeys); 280 virtual bool getAttributeEnum(uint32_t attrID, 283 virtual bool getAttributeFlags(uint32_t attrID, 286 virtual uint32_t getAttributeL10N(uint32_t attrID); 605 const Item* getItem(uint32_t resID, uint32_t attrID) const; 606 bool getItemValue(uint32_t resID, uint32_t attrID, [all...] |
ResourceTable.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/app/ |
AlertController.java | 408 * @param attrId the attributeId of the theme-specific drawable 413 public int getIconAttributeResId(int attrId) { 415 mContext.getTheme().resolveAttribute(attrId, out, true); [all...] |
/external/chromium-trace/catapult/third_party/jquery/ |
jquery-2.1.4.js | 1098 var attrId = id.replace( runescape, funescape ); 1100 return elem.getAttribute("id") === attrId; 1109 var attrId = id.replace( runescape, funescape ); 1112 return node && node.value === attrId; [all...] |
/external/robolectric/v3/ |
robolectric-resources-3.1-SNAPSHOT.jar | |
/prebuilts/sdk/current/support/v17/leanback/libs/ |
android-support-v17-leanback.jar | |
/prebuilts/sdk/current/support/v7/appcompat/libs/ |
android-support-v7-appcompat.jar | |
/external/icu/icu4c/source/test/intltest/ |
numfmtst.cpp | [all...] |
/external/libgdx/backends/gdx-backend-android/libs/ |
android-4.4.jar | |
/external/robolectric/v1/lib/main/ |
android.jar | |
/external/robolectric/v3/runtime/ |
android-all-4.1.2_r1-robolectric-0.jar | |
android-all-4.2.2_r1.2-robolectric-0.jar | |
android-all-4.3_r2-robolectric-0.jar | |
/prebuilts/sdk/11/ |
android.jar | |