HomeSort by relevance Sort by last modified time
    Searched refs:Theme (Results 226 - 250 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/content/res/
TypedArray.java 40 * {@link Resources.Theme#obtainStyledAttributes(AttributeSet, int[], int, int)}
71 /*package*/ Resources.Theme mTheme;
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 910 Resources.Theme currentTheme = mContext.getTheme();
    [all...]
  /frameworks/base/core/java/com/android/internal/policy/
PhoneWindow.java 71 import android.content.res.Resources.Theme;
405 // decor, when theme attributes and the like are crystalized. Do not check the feature
436 // decor, when theme attributes and the like are crystalized. Do not check the feature
    [all...]
DecorView.java 276 R.color.system_bar_background_semi_transparent, null /* theme */);
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmMockContext.java 568 public Resources.Theme getTheme() {
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
WindowDecorActionBar.java 922 Resources.Theme currentTheme = mContext.getTheme();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
LayerDrawableTest.java 44 import android.content.res.Resources.Theme;
    [all...]
  /frameworks/base/core/java/android/app/
ContextImpl.java 182 private Resources.Theme mTheme = null;
275 public Resources.Theme getTheme() {
    [all...]
ActivityThread.java 48 import android.content.res.Resources.Theme;
2761 int theme = r.activityInfo.getThemeResource(); local
    [all...]
Activity.java 144 * windows (via a theme with {@link android.R.attr#windowIsFloating} set)
    [all...]
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc0/
adapters-1.0-rc0.jar 
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 342 android.R.styleable.Theme);
    [all...]
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarDrawerLayout.java 289 Resources.Theme theme = context.getTheme(); local
290 TypedArray ta = theme.obtainStyledAttributes(new int[] {
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 322 com.android.internal.R.styleable.Theme);
    [all...]
  /frameworks/base/core/java/android/view/
ViewDebug.java 863 * Dumps the theme attributes from the given View.
883 android.util.Log.w("View", "Problem dumping View Theme:", e);
892 * Gets the style attributes from the {@link Resources.Theme}. For debugging only.
895 * @param theme Theme to dump.
896 * @return a String array containing pairs of adjacent Theme attribute data: name followed by
901 private static String[] getStyleAttributesDump(Resources resources, Resources.Theme theme) {
905 int[] attributes = theme.getAllAttributes();
910 data[i + 1] = theme.resolveAttribute(attributeId, outValue, true)
    [all...]
  /prebuilts/maven_repo/android/com/android/databinding/adapters/1.0-rc1/
adapters-1.0-rc1.jar 
  /cts/tests/tests/content/src/android/content/res/cts/
ConfigTest.java 77 final Resources.Theme theme = res.newTheme(); local
78 final TypedArray sa = theme.obtainStyledAttributes(resId, styleable);
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 240 private int theme; // resource identifier of activity's theme. field in class:ActivityRecord
241 private int realTheme; // actual theme resource we will use, never 0.
401 pw.print(" theme=0x"); pw.println(Integer.toHexString(theme));
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 430 public Resources.Theme getTheme() {
    [all...]
Editor.java     [all...]
TextView.java 697 // they are defined by the TextView's style and are theme-dependent.
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /frameworks/base/
preloaded-classes 850 android.content.res.Resources$Theme
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 2467 milliseconds

1 2 3 4 5 6 7 8 91011>>