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

1 2 3 4 5 6

  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 43 getWindow().setAttributes(params);
48 getWindow().setAttributes(params);
  /development/apps/Development/src/com/android/development/
PointerLocation.java 38 getWindow().setAttributes(lp);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
ViewClassInfo.java 74 public void setAttributes(AttributeInfo[] attributes) {
145 public void setAttributes(AttributeInfo[] attributes) {
  /libcore/luni/src/main/java/java/util/jar/
JarInputStream.java 88 mEntry.setAttributes(temp);
190 jarEntry.setAttributes(null);
213 entry.setAttributes(manifest.getAttributes(name));
  /frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java 41 getWindow().setAttributes(lp);
123 getWindow().setAttributes(lp);
147 getWindow().setAttributes(lp);
163 getWindow().setAttributes(lp);
  /frameworks/base/services/java/com/android/server/am/
FactoryErrorDialog.java 36 getWindow().setAttributes(attrs);
AppWaitingForDebuggerDialog.java 58 getWindow().setAttributes(attrs);
BaseErrorDialog.java 38 getWindow().setAttributes(attrs);
AppErrorDialog.java 79 getWindow().setAttributes(attrs);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java 82 win.setAttributes(winParams);
89 win.setAttributes(winParams);
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 69 attrs.setAttributes(empty);
72 attrs.setAttributes(multi);
83 attrs.setAttributes(empty);
87 attrs.setAttributes(new AttributesImpl(multi));
101 attrs.setAttributes(new AttributesImpl(cdata));
108 attrs.setAttributes(null);
  /external/apache-xml/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/Source/JavaScriptCore/runtime/
SymbolTable.h 82 void setAttributes(unsigned attributes)
  /external/webkit/Source/WebCore/editing/
ReplaceNodeWithSpanCommand.cpp 66 newNode->attributes()->setAttributes(*nodeToReplace->attributes());
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java 75 window.setAttributes(dialogLayoutParams);
  /external/llvm/unittests/IR/
PassManagerTest.cpp 434 func_test1->setAttributes(func_test1_PAL);
442 func_test2->setAttributes(func_test2_PAL);
450 func_test3->setAttributes(func_test3_PAL);
458 func_test4->setAttributes(func_test4_PAL);
478 int32_3->setAttributes(int32_3_PAL);
493 int32_6->setAttributes(int32_6_PAL);
508 int32_9->setAttributes(int32_9_PAL);
  /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 194 * @see AttributesImpl#setAttributes
196 public void setAttributes (Attributes atts)
200 super.setAttributes (atts);
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLReaderAdapter.java 334 qAtts.setAttributes(atts);
458 void setAttributes (Attributes attributes)
  /external/smack/src/org/jivesoftware/smack/packet/
Registration.java 93 public void setAttributes(Map<String, String> attributes) {
  /external/llvm/include/llvm/IR/
Function.h 173 /// setAttributes - Set the attribute list for this Function.
175 void setAttributes(AttributeSet attrs) { AttributeSets = attrs; }
180 setAttributes(AttributeSets.addAttribute(getContext(),
187 setAttributes(
  /external/smack/src/org/jivesoftware/smack/
AccountManager.java 231 reg.setAttributes(attributes);
262 reg.setAttributes(map);
296 reg.setAttributes(attributes);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 91 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
119 setAttributes(attributes != null ? attributes : new AttributeDescriptor[]{});
300 public void setAttributes(AttributeDescriptor[] attributes) {
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeBackgroundService.java 97 dialog.getWindow().setAttributes(lp);
  /external/llvm/include/llvm/Support/
CallSite.h 178 /// getAttributes/setAttributes - get or set the parameter attributes of
183 void setAttributes(const AttributeSet &PAL) {
184 CALLSITE_DELEGATE_SETTER(setAttributes(PAL));

Completed in 396 milliseconds

1 2 3 4 5 6