OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:windowBackground
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java
377
IResourceValue
windowBackground
= null;
380
windowBackground
= context.findItemInStyle(currentTheme, "
windowBackground
");
381
windowBackground
= context.resolveResValue(
windowBackground
);
411
if (
windowBackground
!= null) {
412
Drawable d = ResourceHelper.getDrawable(
windowBackground
,
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
Completed in 36 milliseconds