Searched refs:QS_INVERT_COLORS_ADDED (Results 1 – 2 of 2) sorted by relevance
48 if (!Prefs.getBoolean(context, Key.QS_INVERT_COLORS_ADDED, false)) { in AutoTileManager()55 Prefs.putBoolean(mContext, Key.QS_INVERT_COLORS_ADDED, true); in AutoTileManager()
48 Key.QS_INVERT_COLORS_ADDED,68 String QS_INVERT_COLORS_ADDED = "QsInvertColorsAdded"; field