Home
last modified time | relevance | path

Searched refs:ApplyableNightMode (Results 1 – 2 of 2) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAppCompatDelegateImpl.java2488 @ApplyableNightMode final int modeToApply = mapNightMode(mContext, nightMode);
2594 @ApplyableNightMode
2657 @ApplyableNightMode int mode, @Nullable LocaleListCompat locales,
3578 @ApplyableNightMode
3629 @ApplyableNightMode
3658 @ApplyableNightMode
DAppCompatDelegate.java269 @interface ApplyableNightMode {} annotation in AppCompatDelegate