Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 85) sorted by relevance

1234

/appcompat/appcompat-lint/src/main/kotlin/androidx/appcompat/res/
DImageViewTintDetector.kt34 Issue.create(
59 LintFix.create() in getApplicableElements()
62 LintFix.create() in getApplicableElements()
69 LintFix.create().unset(SdkConstants.ANDROID_URI, "tint").build() in getApplicableElements()
DColorStateListAlphaDetector.kt35 Issue.create(
64 LintFix.create() in getApplicableElements()
DDrawableLoadingDetector.kt56 Issue.create(
DColorStateListLoadingDetector.kt51 Issue.create(
/appcompat/appcompat-lint/src/main/kotlin/androidx/appcompat/widget/
DTextViewCompoundDrawablesXmlDetector.kt46 Issue.create(
77 LintFix.create() in getApplicableElements()
80 LintFix.create() in getApplicableElements()
87 LintFix.create().unset(SdkConstants.ANDROID_URI, from).build() in getApplicableElements()
DTextViewCompoundDrawablesApiDetector.kt56 Issue.create(
DSwitchUsageXmlDetector.kt32 Issue.create(
DSwitchUsageCodeDetector.kt39 Issue.create(
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DLocalesLateOnCreateActivity.java52 DEFAULT_LOCALE_LIST = LocaleListCompat.create(Locale.US); in onCreate()
53 TEST_LOCALE_LIST = LocaleListCompat.create(Locale.CANADA_FRENCH); in onCreate()
54 EXPECTED_LOCALE_LIST = LocaleListCompat.create(Locale.CANADA_FRENCH); in onCreate()
DLocalesUpdateActivity.java114 return LocaleListCompat.create(conf.locale); in getConfigLocales()
123 return LocaleListCompat.create(customLocales.get(0)); in overlayCustomAndSystemLocales()
DTestDialogFragment.java46 return builder.create(); in onCreateDialog()
DAlertDialogTest.java161 .create(); in testBuilderTheme()
305 mAlertDialog = builder.create(); in testCustomTitlePostCreation()
386 mAlertDialog = builder.create(); in testCustomViewPostCreation()
1183 mAlertDialog = builder.create(); in verifyDialogButtonsPostCreation()
1246 mAlertDialog = builder.create(); in verifyDialogButtonsPostCreationMessage()
1368 .create(); in testBackgroundDrawable()
1402 .create(); in testCslColorForegroundPre23()
DAppCompatDialogFragmentTest.java91 .create(); in onCreateDialog()
/appcompat/appcompat-resources/src/androidTest/java/androidx/appcompat/graphics/drawable/
DAnimatedStateListDrawableCompatTest.kt127 AnimatedStateListDrawableCompat.create( in testAnimationDrawableTransition()
144 AnimatedStateListDrawableCompat.create( in testAnimatedVectorTransition()
157 AnimatedStateListDrawableCompat.create( in testChildAnimatedVectorTransition()
170 AnimatedStateListDrawableCompat.create( in testChildVectorItem()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatTextViewKotlinTests.kt63 textView.paint.typeface = Typeface.create("cursive", Typeface.NORMAL) in getPaint_setTypeface_worksWith_setFontVariationSettings()
64 plainTextView.paint.typeface = Typeface.create("cursive", Typeface.NORMAL) in getPaint_setTypeface_worksWith_setFontVariationSettings()
/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextHelper.java413 mFontTypeface = Api28Impl.create( in updateTypefaceAndStyle()
414 Typeface.create(typeface, Typeface.NORMAL), mFontWeight, in updateTypefaceAndStyle()
432 mFontTypeface = Api28Impl.create( in updateTypefaceAndStyle()
433 Typeface.create(fontFamilyName, Typeface.NORMAL), mFontWeight, in updateTypefaceAndStyle()
436 mFontTypeface = Typeface.create(fontFamilyName, mStyle); in updateTypefaceAndStyle()
465 mFontTypeface = Api28Impl.create(mFontTypeface, mFontWeight, in updateTypefaceAndStyle()
480 typeface = Api28Impl.create(typeface, fontWeight, in makeFontCallback()
906 static Typeface create(Typeface family, int weight, boolean italic) {
907 return Typeface.create(family, weight, italic);
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DLocalesUtils.kt47 CUSTOM_LOCALE_LIST = LocaleListCompat.create(Locale.CHINESE) in initCustomLocaleList()
55 return LocaleListCompat.create(Locale("ar-AE")) in getRTLLocaleList()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegate.java310 public static @NonNull AppCompatDelegate create(@NonNull Activity activity, in create() method in AppCompatDelegate
321 public static @NonNull AppCompatDelegate create(@NonNull Dialog dialog, in create() method in AppCompatDelegate
334 public static @NonNull AppCompatDelegate create(@NonNull Context context, in create() method in AppCompatDelegate
347 public static @NonNull AppCompatDelegate create(@NonNull Context context, in create() method in AppCompatDelegate
DLocaleOverlayHelper.java81 return LocaleListCompat.create(combinedLocales.toArray( in combineLocales()
DAppCompatActivity.java468 TaskStackBuilder b = TaskStackBuilder.create(this); in onSupportNavigateUp()
583 mDelegate = AppCompatDelegate.create(this, this); in getDelegate()
/appcompat/appcompat/src/test/java/androidx/appcompat/app/
DAppCompatResourcesRobolectricTest.kt57 Robolectric.buildActivity(AppCompatActivity::class.java).create().start().resume().get() in testApplicationThemeIsCopiedToActivity()
/appcompat/appcompat-lint/src/main/kotlin/androidx/appcompat/app/
DSetActionBarDetector.kt41 Issue.create(
/appcompat/appcompat-lint/src/main/kotlin/androidx/appcompat/view/
DOnClickXmlDetector.kt34 Issue.create(
/appcompat/appcompat-resources/api/
D1.3.0-beta02.txt18 …ic androidx.appcompat.graphics.drawable.AnimatedStateListDrawableCompat? create(android.content.Co…
D1.1.0-beta01.txt18 …ic androidx.appcompat.graphics.drawable.AnimatedStateListDrawableCompat? create(android.content.Co…

1234