HomeSort by relevance Sort by last modified time
    Searched refs:getAttributes (Results 226 - 250 of 326) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 88 public NamedNodeMap getAttributes() {return null;}
327 NamedNodeMap map = this.getAttributes();
  /libcore/luni/src/test/java/libcore/java/text/
OldAttributedCharacterIteratorTest.java 91 it.getAttributes();
99 assertTrue(as.getIterator().getAttributes().isEmpty());
  /cts/tools/utils/
DescriptionGenerator.java 353 String childName = child.getAttributes().getNamedItem(ATTRIBUTE_NAME)
436 elem.getAttributes().setNamedItem(attr);
447 return elem.getAttributes().getNamedItem(name).getNodeValue();
  /frameworks/base/core/java/android/app/
Dialog.java 230 WindowManager.LayoutParams l = mWindow.getAttributes();
465 mWindow.getAttributes().setTitle(title);
669 LayoutParams params = getWindow().getAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java 289 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
321 public IAttribute[] getAttributes() {
327 NamedNodeMap nodeAttributes = xmlNode.getAttributes();
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
CodeAttribute_info.java 118 public IAttributeCollection getAttributes ()
  /frameworks/base/core/java/android/text/method/
CharacterPickerDialog.java 70 WindowManager.LayoutParams params = getWindow().getAttributes();
  /frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/
ImfBaseTestCase.java 114 int windowSoftInputMode = mTargetActivity.getWindow().getAttributes().softInputMode;
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs10/
CertificationRequestInfo.java 78 public List getAttributes() {
  /libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/
SignerInfo.java 114 return authenticatedAttributes.getAttributes();
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
NodeImpl.java 79 public NamedNodeMap getAttributes() {
517 NamedNodeMap attributes = node.getAttributes();
582 NamedNodeMap attributes = node.getAttributes();
630 values.add(element.getAttributes());
DocumentImpl.java 159 NamedNodeMap attributes = element.getAttributes();
294 NamedNodeMap attributes = node.getAttributes();
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ManifestTest.java 233 * @tests java.util.jar.Manifest#getAttributes(java.lang.String)
237 m2.getAttributes("Doesn't Exist"));
238 assertEquals("Should exist", "OK", m2.getAttributes("HasAttributes.txt").get(
458 m.getAttributes(ATT_ENTRY_NAME).put(
471 assertEquals(spec, m.getAttributes(ATT_ENTRY_NAME).get(
  /libcore/luni/src/test/java/tests/org/w3c/dom/
AttrGetOwnerElement.java 57 // attributes = element.getAttributes();
149 nodeMap = element.getAttributes();
  /libcore/support/src/test/java/tests/support/
Support_Format.java 90 Iterator<Attribute> it = iterator.getAttributes().keySet().iterator();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java 87 WindowManager.LayoutParams lp = window.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 163 style.getAttributes(),
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 297 public AttributeList getAttributes() {
304 AttributeList attribs = getAttributes();
  /libcore/luni/src/main/java/org/apache/xml/serializer/
TreeWalker.java 320 NamedNodeMap atts = elem_node.getAttributes();
469 NamedNodeMap atts = elem_node.getAttributes();
  /libcore/luni/src/main/java/org/apache/xml/utils/
TreeWalker.java 333 NamedNodeMap atts = ((Element) node).getAttributes();
469 NamedNodeMap atts = ((Element) node).getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodedRenderingHelper.java 288 NamedNodeMap attributes = node.getAttributes();
409 attributes = node.getAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 343 * Do not use this to call getDescriptor().getAttributes(), instead call
353 * Use this instead of getDescriptor().getAttributes() -- derived classes can override
357 return mDescriptor.getAttributes();
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java 233 NamedNodeMap attrs = node.getAttributes();
385 choices = parent_desc.getAttributes();
535 for (AttributeDescriptor attr_desc : desc.getAttributes()) {
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
RepoSource.java 499 NamedNodeMap attrs = child.getAttributes();
609 NamedNodeMap attrs = node.getAttributes();
729 Node id = child.getAttributes().getNamedItem(SdkRepository.ATTR_ID);
    [all...]
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 423 final WindowManager.LayoutParams lp = d.getWindow().getAttributes();
440 final WindowManager.LayoutParams lp2 = d.getWindow().getAttributes();
482 assertEquals(expectedTitle, (String) d.getWindow().getAttributes().getTitle());
487 (String) d.getWindow().getAttributes().getTitle());
645 final WindowManager.LayoutParams lp = d.getWindow().getAttributes();
655 assertSame(lp, d.getWindow().getAttributes());
    [all...]

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>