Searched refs:base (Results 1 – 10 of 10) sorted by relevance
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/ |
| D | TintContextWrapper.java | 91 private TintContextWrapper(final @NonNull Context base) { in TintContextWrapper() argument 92 super(base); in TintContextWrapper() 97 mResources = new VectorEnabledTintResources(this, base.getResources()); in TintContextWrapper() 99 mTheme.setTo(base.getTheme()); in TintContextWrapper() 101 mResources = new TintResources(this, base.getResources()); in TintContextWrapper()
|
| D | ResourcesWrapper.java | 125 public float getFraction(int id, int base, int pbase) { in getFraction() argument 126 return mResources.getFraction(id, base, pbase); in getFraction()
|
| /appcompat/appcompat/src/androidTest/java/androidx/appcompat/custom/ |
| D | ContextWrapperFrameLayout.java | 41 public CustomContextWrapper(Context base) { in CustomContextWrapper() argument 42 super(base); in CustomContextWrapper() 43 mResources = new CustomResources(base.getResources()); in CustomContextWrapper()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/ |
| D | ContextThemeWrapper.java | 68 public ContextThemeWrapper(Context base, @StyleRes int themeResId) { in ContextThemeWrapper() argument 69 super(base); in ContextThemeWrapper() 82 public ContextThemeWrapper(Context base, Resources.Theme theme) { in ContextThemeWrapper() argument 83 super(base); in ContextThemeWrapper()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | AppCompatDelegateImpl.java | 3744 private static @NonNull Configuration generateConfigDelta(@NonNull Configuration base, 3749 if (change == null || base.diff(change) == 0) { 3753 if (base.fontScale != change.fontScale) { 3757 if (base.mcc != change.mcc) { 3761 if (base.mnc != change.mnc) { 3766 Api24Impl.generateConfigDelta_locale(base, change, delta); 3768 if (!ObjectsCompat.equals(base.locale, change.locale)) { 3773 if (base.touchscreen != change.touchscreen) { 3777 if (base.keyboard != change.keyboard) { 3781 if (base.keyboardHidden != change.keyboardHidden) { [all …]
|
| /appcompat/appcompat/ |
| D | THEMES | 18 These are the base themes and allow us to switch out the framework base
|
| D | build.gradle | 102 useLibrary "android.test.base"
|
| /appcompat/appcompat/src/androidTest/java/androidx/appcompat/view/ |
| D | ContextThemeWrapperTest.java | 48 MockContextThemeWrapper(Context base, int themeres) { in MockContextThemeWrapper() argument 49 super(base, themeres); in MockContextThemeWrapper()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | TintTypedArray.java | 210 public float getFraction(int index, int base, int pbase, float defValue) { in getFraction() argument 211 return mWrapped.getFraction(index, base, pbase, defValue); in getFraction()
|
| /appcompat/appcompat/api/ |
| D | api_lint.ignore | 537 Missing nullability on parameter `base` in method `ContextThemeWrapper` 541 Missing nullability on parameter `base` in method `ContextThemeWrapper`
|