OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:theme2
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/libs/androidfw/tests/
Theme_test.cpp
58
ResTable::Theme
theme2
(table2);
59
ASSERT_EQ(NO_ERROR,
theme2
.setTo(theme1));
60
ASSERT_GE(
theme2
.getAttribute(android::R::attr::background, &val), 0);
63
ASSERT_GE(
theme2
.getAttribute(app::R::attr::number, &val), 0);
ResTable_test.cpp
106
ASSERT_EQ(NO_ERROR, theme.applyStyle(base::R::style::
Theme2
));
/frameworks/base/libs/androidfw/tests/data/basic/
R.h
59
Theme2
= 0x7f050001, // default
/frameworks/base/libs/androidfw/tests/data/basic/res/values/
values.xml
32
<style name="
Theme2
" parent="@com.android.test.basic:style/Theme1">
/libcore/luni/src/test/java/libcore/java/net/
AbstractCookiesTest.java
[
all
...]
Completed in 313 milliseconds