HomeSort by relevance Sort by last modified time
    Searched refs:getTheme (Results 26 - 50 of 706) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/view/animation/
AccelerateInterpolator.java 59 this(context.getResources(), context.getTheme(), attrs);
AnticipateInterpolator.java 51 this(context.getResources(), context.getTheme(), attrs);
CycleInterpolator.java 42 this(context.getResources(), context.getTheme(), attrs);
DecelerateInterpolator.java 52 this(context.getResources(), context.getTheme(), attrs);
OvershootInterpolator.java 52 this(context.getResources(), context.getTheme(), attrs);
  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialogFragment.java 94 return new MediaRouteChooserDialog(context, getTheme());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileColorPicker.java 35 getColorStateList(R.color.tint_color_selector, context.getTheme());
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
TileColorPickerTest.java 42 getColorStateList(R.color.tint_color_selector, mContext.getTheme());
  /frameworks/support/compat/java/android/support/v4/view/
ViewConfigurationCompat.java 116 if (context.getTheme().resolveAttribute(
  /frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
NavigationViewUsage.java 45 getTheme().resolveAttribute(R.attr.colorPrimaryDark, value, true);
  /frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
StringPresenter.java 34 context.getTheme()));
CardPresenter.java 115 photoItem.getImageResourceId(), context.getTheme());
134 photoItem.getImageResourceId(), context.getTheme());
GuidedStepHalfScreenActivity.java 57 R.drawable.ic_main_icon, context.getTheme());
114 R.drawable.ic_main_icon, context.getTheme());
  /frameworks/support/wear/tests/src/android/support/wear/widget/
SwipeDismissPreferenceFragment.java 102 getActivity().getTheme().resolveAttribute(android.R.attr.colorBackground, value, true);
  /packages/apps/Contacts/src/com/android/contacts/widget/
AlphaTouchInterceptorOverlay.java 52 final int resId = ThemeUtils.getSelectableItemBackground(context.getTheme());
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/
FixedAspectSurfaceView.java 47 context.getTheme().obtainStyledAttributes(attrs, R.styleable.FixedAspectSurfaceView, 0, 0);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java 44 context.getTheme().resolveAttribute(
  /packages/apps/Settings/src/com/android/settings/
CheckableLinearLayout.java 33 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, alpha, true);
SetupWizardUtils.java 30 public static int getTheme(Intent intent) {
  /packages/apps/Settings/src/com/android/settings/notification/
EmptyTextSettings.java 40 getContext().getTheme().resolveAttribute(android.R.attr.textAppearanceMedium, value, true);
  /packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
MediaAppInfo.java 54 Resources.Theme theme = packageContext.getTheme();
  /cts/tests/tests/content/src/android/content/res/cts/
TypedArrayTest.java 66 mTypedArray = getContext().getTheme()
77 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
103 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
117 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
201 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
213 final TypedArray t = getContext().getTheme().obtainStyledAttributes(
232 final TypedArray test = contextThemeWrapper.getTheme().obtainStyledAttributes(
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java 96 String currentTheme = configuration.getTheme();
188 String theme = attributes.getTheme();
203 if (info.getTheme() != null) {
205 allThemes.add(info.getTheme());
210 String current = configuration.getTheme();
282 String current = mConfigChooser.getConfiguration().getTheme();
289 return theme.equals(mConfigChooser.getConfiguration().getTheme());
  /frameworks/base/core/tests/coretests/src/android/widget/
ListViewTest.java 103 public Resources.Theme getTheme() {
104 return getInstrumentation().getTargetContext().getTheme();
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/adapter/
SimpleStringAdapter.java 60 if (context.getTheme() != null) {
61 context.getTheme().resolveAttribute(

Completed in 496 milliseconds

12 3 4 5 6 7 8 91011>>