OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setAttributes
(Results
1 - 25
of
269
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/development/apps/Development/src/com/android/development/
PointerLocation.java
38
getWindow().
setAttributes
(lp);
/hardware/qcom/display/msm8084/libvirtual/
virtual.h
54
void
setAttributes
();
virtual.cpp
70
setAttributes
();
161
void VirtualDisplay::
setAttributes
() {
/hardware/qcom/display/msm8226/libvirtual/
virtual.h
54
void
setAttributes
();
virtual.cpp
70
setAttributes
();
172
void VirtualDisplay::
setAttributes
() {
/packages/experimental/PrintService/src/foo/bar/printservice/
CustomPrintOptionsActivity.java
40
builder.
setAttributes
(attributes);
42
builder.
setAttributes
(attributes);
/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) {
/external/skia/platform_tools/android/apps/visualbench/src/main/java/com/skia/
VisualBenchActivity.java
44
getWindow().
setAttributes
(lp);
/frameworks/base/services/core/java/com/android/server/am/
FactoryErrorDialog.java
36
getWindow().
setAttributes
(attrs);
AppWaitingForDebuggerDialog.java
58
getWindow().
setAttributes
(attrs);
/hardware/qcom/display/msm8084/libexternal/
external.h
72
void
setAttributes
();
/hardware/qcom/display/msm8226/libexternal/
external.h
72
void
setAttributes
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/
TimeoutResetActivity.java
82
activity.getWindow().
setAttributes
(params);
108
getWindow().
setAttributes
(params);
/development/samples/ApiDemos/src/com/example/android/apis/app/
RotationAnimation.java
82
win.
setAttributes
(winParams);
89
win.
setAttributes
(winParams);
/frameworks/base/core/java/android/inputmethodservice/
SoftInputWindow.java
52
getWindow().
setAttributes
(lp);
115
getWindow().
setAttributes
(lp);
177
getWindow().
setAttributes
(lp);
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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/llvm/lib/Transforms/Utils/
LowerInvoke.cpp
64
NewCall->
setAttributes
(II->getAttributes());
/external/llvm/unittests/ExecutionEngine/Orc/
IndirectionUtilsTest.cpp
32
F->
setAttributes
(AttributeSet::get(MB.getModule()->getContext(), Attrs));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SystemUIDialog.java
43
getWindow().
setAttributes
(attrs);
/hardware/qcom/display/msm8909/libhdmi/
hdmi.h
87
void
setAttributes
();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
BaseInputView.java
75
window.
setAttributes
(dialogLayoutParams);
/external/llvm/unittests/IR/
LegacyPassManagerTest.cpp
430
func_test1->
setAttributes
(func_test1_PAL);
438
func_test2->
setAttributes
(func_test2_PAL);
446
func_test3->
setAttributes
(func_test3_PAL);
454
func_test4->
setAttributes
(func_test4_PAL);
474
int32_3->
setAttributes
(int32_3_PAL);
489
int32_6->
setAttributes
(int32_6_PAL);
504
int32_9->
setAttributes
(int32_9_PAL);
/external/llvm/bindings/go/llvm/
IRBindings.cpp
32
Func->
setAttributes
(PALnew);
49
Func->
setAttributes
(PALnew);
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
SAX1ParserAdapter.java
176
mAttrWrapper.
setAttributes
(attrs);
197
public void
setAttributes
(Attributes a) {
Completed in 1144 milliseconds
1
2
3
4
5
6
7
8
9
10
11