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