HomeSort by relevance Sort by last modified time
    Searched refs:setAttributes (Results 1 - 25 of 55) sorted by null

1 2 3

  /development/apps/Development/src/com/android/development/
PointerLocation.java 38 getWindow().setAttributes(lp);
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 39 getWindow().setAttributes(lp);
105 getWindow().setAttributes(lp);
129 getWindow().setAttributes(lp);
145 getWindow().setAttributes(lp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
DeclareStyleableInfo.java 58 public void setAttributes(AttributeInfo[] attributes) {
ViewClassInfo.java 74 public void setAttributes(AttributeInfo[] attributes) {
145 public void setAttributes(AttributeInfo[] attributes) {
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 92 mEntry.setAttributes(temp);
194 jarEntry.setAttributes(null);
218 entry.setAttributes(manifest.getAttributes(name));
JarEntry.java 111 void setAttributes(Attributes attrib) {
  /libcore/luni/src/main/java/org/apache/xml/serializer/
AttributesImplSerializer.java 189 * @see org.xml.sax.helpers.AttributesImpl#setAttributes(Attributes)
192 public final void setAttributes(Attributes atts)
195 super.setAttributes(atts);
  /external/webkit/JavaScriptCore/runtime/
SymbolTable.h 82 void setAttributes(unsigned attributes)
JSVariableObject.h 147 entry.setAttributes(attributes);
  /external/webkit/WebCore/editing/
ReplaceNodeWithSpanCommand.cpp 67 newNode->attributes()->setAttributes(*nodeToReplace->attributes());
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 72 method = "setAttributes",
80 attrs.setAttributes(empty);
83 attrs.setAttributes(multi);
94 attrs.setAttributes(empty);
98 attrs.setAttributes(new AttributesImpl(multi));
112 attrs.setAttributes(new AttributesImpl(cdata));
119 attrs.setAttributes(null);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java 176 mAttrWrapper.setAttributes(attrs);
197 public void setAttributes(Attributes a) {
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 196 * @see AttributesImpl#setAttributes
198 public void setAttributes (Attributes atts)
202 super.setAttributes (atts);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 334 qAtts.setAttributes(atts);
458 void setAttributes (Attributes attributes)
AttributesImpl.java 76 setAttributes(atts);
348 public void setAttributes (Attributes atts)
  /packages/apps/Gallery3D/src/com/cooliris/media/
MovieView.java 67 win.setAttributes(winParams);
  /external/webkit/WebCore/dom/
NamedAttrMap.h 70 void setAttributes(const NamedNodeMap&);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AttributesImpl.java 84 setAttributes(atts);
356 public void setAttributes (Attributes atts)
  /frameworks/base/tests/StatusBar/src/com/android/statusbartest/
StatusBarTest.java 89 win.setAttributes(winParams);
97 win.setAttributes(winParams);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 81 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
219 public void setAttributes(AttributeDescriptor[] attributes) {
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
AttributesImplTest.java 317 method = "setAttributes",
326 attrs.setAttributes(empty);
329 attrs.setAttributes(multi);
342 attrs.setAttributes(null);
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
GDataParser.java 129 mAttributes[level].setAttributes(attrs);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusSelectionDialog.java 92 window.setAttributes(lp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 173 element.setAttributes(descs.toArray(new AttributeDescriptor[descs.size()]));
  /external/webkit/WebKit/mac/Misc/
WebNSAttributedStringExtras.mm 168 [string setAttributes:attrs.get() range:NSMakeRange(stringLength, currentTextLength)];

Completed in 643 milliseconds

1 2 3