Searched refs:getAttrBoolean (Results 1 – 6 of 6) sorted by relevance
41 public static boolean getAttrBoolean(Context context, int attr) { in getAttrBoolean() method in Themes
64 mUseShadow = !Themes.getAttrBoolean(context, R.attr.isWorkspaceDarkText); in CaretDrawable()
107 Themes.getAttrBoolean(context, R.attr.isMainColorDark) in AllAppsBackgroundDrawable()
116 mIsDarkTheme = Themes.getAttrBoolean(mLauncher, R.attr.isMainColorDark); in AllAppsTransitionController()
187 boolean isSheetDark = Themes.getAttrBoolean(mLauncher, R.attr.isMainColorDark); in open()
485 Themes.getAttrBoolean(this, R.attr.isWorkspaceDarkText)); in onCreate()