Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 13 of 13) sorted by relevance

/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
DXmlKeyboardLoader.java309 boolean getAttributes(KeyCommonAttributes defAttr) { in getAttributes() method in XmlKeyboardLoader.KeyCommonAttributes
403 if (!attrKey.getAttributes(attrDef)) { in loadSkbTemplate()
472 || !attrSkb.getAttributes(attrDef)) { in loadKeyboard()
509 if (!attrRow.getAttributes(attrSkb)) { in loadKeyboard()
520 if (!attrKeys.getAttributes(attrRow)) { in loadKeyboard()
576 if (!attrKey.getAttributes(attrRow)) { in loadKeyboard()
DPinyinIME.java1229 WindowManager.LayoutParams lp = window.getAttributes(); in showOptionsMenu()
/packages/apps/IM/src/com/android/im/imps/
DWbxmlPrimitiveSerializer.java52 Map<String, String> attrMap = element.getAttributes(); in writeElement()
DXmlPrimitiveSerializer.java57 Map<String, String> attrMap = element.getAttributes(); in writeElement()
DPrimitiveElement.java47 public Map<String, String> getAttributes() { in getAttributes() method in PrimitiveElement
/packages/apps/Mms/src/com/android/mms/dom/smil/parser/
DSmilXmlSerializer.java53 NamedNodeMap attributes = element.getAttributes(); in writeElement()
/packages/apps/Mms/src/com/android/mms/dom/
DElementImpl.java145 public NamedNodeMap getAttributes() { in getAttributes() method in ElementImpl
DNodeImpl.java65 public NamedNodeMap getAttributes() { in getAttributes() method in NodeImpl
/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClock.java244 WindowManager.LayoutParams winParams = win.getAttributes(); in setWakeLock()
276 WindowManager.LayoutParams winParams = win.getAttributes(); in saveScreen()
488 WindowManager.LayoutParams winParams = win.getAttributes(); in doDim()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java162 WindowManager.LayoutParams lp = window.getAttributes(); in showLoading()
/packages/apps/Calendar/src/com/android/calendar/
DAlertActivity.java212 WindowManager.LayoutParams lp = getWindow().getAttributes(); in onCreate()
/packages/apps/Contacts/src/com/android/contacts/ui/
DQuickContactWindow.java392 WindowManager.LayoutParams l = mWindow.getAttributes(); in showInternal()
450 final WindowManager.LayoutParams l = mWindow.getAttributes(); in layoutInScreen()
/packages/inputmethods/LatinIME/src/com/android/inputmethod/latin/
DLatinIME.java1124 WindowManager.LayoutParams lp = window.getAttributes(); in showOptionsMenu()