Searched refs:curTheme (Results 1 – 1 of 1) sorted by relevance
143 public static int selectDefaultTheme(int curTheme, int targetSdkVersion) { in selectDefaultTheme() argument144 return selectSystemTheme(curTheme, targetSdkVersion, in selectDefaultTheme()152 public static int selectSystemTheme(int curTheme, int targetSdkVersion, int orig, int holo, in selectSystemTheme() argument154 if (curTheme != ResourceId.ID_NULL) { in selectSystemTheme()155 return curTheme; in selectSystemTheme()