OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:themedContext
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java
407
final Context
themedContext
= new ContextThemeWrapper(mContext, R.style.Test_Theme);
408
final LayoutInflater inflater = LayoutInflater.from(
themedContext
);
/cts/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java
120
final Context
themedContext
= mBuilder.getContext();
122
TypedArray ta =
themedContext
.obtainStyledAttributes(attrs);
Completed in 118 milliseconds