Searched refs:isDarkTheme (Results 1 – 10 of 10) sorted by relevance
56 boolean isDarkTheme = mode == Configuration.UI_MODE_NIGHT_YES; in onCreate()58 isDarkTheme ? EXTRA_ACCENT_COLOR_DARK_MODE : EXTRA_ACCENT_COLOR_LIGHT_MODE, in onCreate()59 isDarkTheme ? Color.WHITE : Color.BLACK); in onCreate()
380 mCloseButton.setTextAppearance(Utilities.isDarkTheme(mContext) in showCloseButton()409 mContext.getColor(Utilities.isDarkTheme(mContext) in updateDrawables()415 mContext, getMockAppTaskThumbnailResId(Utilities.isDarkTheme(mContext)))); in updateDrawables()
183 Integer feedbackVideoResId = getFeedbackVideoResId(Utilities.isDarkTheme(getContext())); in updateFeedbackVideo()
102 isDarkTheme(),138 protected abstract boolean isDarkTheme();
271 boolean isDarkTheme = (context.getResources().getConfiguration().uiMode in makeAlertDialogBuilder()273 return new AlertDialog.Builder(context, isDarkTheme in makeAlertDialogBuilder()
116 protected boolean isDarkTheme() { in isDarkTheme() method in PhoneFavoriteTileView
64 if (Utilities.isDarkTheme(context)) { in getActivityThemeRes()
122 Utilities.isDarkTheme(context)); in PreloadIconDrawable()
320 int index = Utilities.isDarkTheme(getContext()) in getExtractedColor()
144 public static boolean isDarkTheme(Context context) { in isDarkTheme() method in Utilities