OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Theme
(Results
201 - 225
of
293
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-alpha7/
asset-studio-25.2.0-alpha7.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta1/
asset-studio-25.2.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta2/
asset-studio-25.2.0-beta2.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-beta3/
asset-studio-25.2.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-rc1/
asset-studio-25.2.0-rc1.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.0-rc2/
asset-studio-25.2.0-rc2.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.1/
asset-studio-25.2.1.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.2.3/
asset-studio-25.2.3.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.3.0-alpha1/
asset-studio-25.3.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha5/
asset-studio-25.4.0-alpha5.jar
/prebuilts/gradle-plugin/com/android/tools/asset-studio/25.4.0-alpha6/
asset-studio-25.4.0-alpha6.jar
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContext.java
62
import android.content.res.Resources.
Theme
;
117
private static final String PREFIX_THEME_APPCOMPAT = "
Theme
.AppCompat";
162
private Resources.
Theme
mTheme;
526
* Returns whether the current selected
theme
is based on AppCompat
534
// android.support.v7.app.ActionBarActivity, and not care about the
theme
name at all.
538
// between
Theme
.AppCompat.Light and
Theme
.AppCompat is
Theme
.Material (for v21).
544
// for loop ensures that we don't run into cyclic
theme
inheritance.
574
public
Theme
getTheme()
[
all
...]
/frameworks/base/core/java/android/widget/
AbsSeekBar.java
142
final TypedArray ta = context.obtainStyledAttributes(attrs, R.styleable.
Theme
, 0, 0);
[
all
...]
/frameworks/base/libs/androidfw/tests/
AssetManager2_test.cpp
236
const ResolvedBag* bag = assetmanager.GetBag(libclient::R::style::
Theme
);
/frameworks/base/test-runner/src/android/test/mock/
MockContext.java
100
public Resources.
Theme
getTheme() {
/packages/apps/Car/Media/src/com/android/car/media/
MediaManager.java
53
/** Third-party defined application
theme
to use **/
54
private static final String THEME_META_DATA_NAME = "com.google.android.gms.car.application.
theme
";
443
// Get the proper
theme
, check
theme
for service, then application.
452
appTheme = applicationInfo.
theme
;
457
Resources.
Theme
theme
= packageContext.getTheme();
local
458
ta =
theme
.obtainStyledAttributes(new int[] {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
Robolectric.java
24
import android.content.res.Resources.
Theme
;
[
all
...]
/packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java
272
if (R.styleable.
Theme
!= null) {
273
a = getContext().obtainStyledAttributes(R.styleable.
Theme
);
[
all
...]
/frameworks/base/services/java/com/android/server/
SystemServer.java
28
import android.content.res.Resources.
Theme
;
211
* Default
theme
used by the system context. This is used to style
[
all
...]
/packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java
348
if (R.styleable.
Theme
!= null) {
349
a = getContext().obtainStyledAttributes(R.styleable.
Theme
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java
353
mThemeLabel.setText("
Theme
");
[
all
...]
/cts/tests/app/src/android/app/cts/
DialogTest.java
99
// According to javadoc of constructors, it will set
theme
to system default
theme
,
100
// when we set no
theme
id or set it
theme
id to 0.
101
// But CTS can no assert dialog
theme
equals system internal
theme
.
129
// get
Theme
and assert
130
final Resources.
Theme
expected = mContext.getResources().newTheme();
324
final String expectedTitle = "Test Dialog Without
theme
";
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java
172
final Resources.
Theme
popupTheme = mActivity.getResources().newTheme();
[
all
...]
/frameworks/base/core/java/android/content/
Context.java
577
* the current
theme
.
593
* styled for the current
theme
.
610
* styled for the current
theme
.
626
* Set the base
theme
for this context. Note that this should be called
631
* @param resid The style resource describing the
theme
.
642
* Return the
Theme
object associated with this Context.
645
public abstract Resources.
Theme
getTheme();
648
* Retrieve styled attribute information in this Context's
theme
. See
649
* {@link android.content.res.Resources.
Theme
#obtainStyledAttributes(int[])}
652
* @see android.content.res.Resources.
Theme
#obtainStyledAttributes(int[]
[
all
...]
ContextWrapper.java
124
public Resources.
Theme
getTheme() {
Completed in 819 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>