Searched refs:isProjectStyle (Results 1 – 5 of 5) sorted by relevance
180 assertFalse(ResourceHelper.isProjectStyle("@android:style/Theme")); in testIsProjectStyle()181 assertTrue(ResourceHelper.isProjectStyle("@style/LocalTheme")); in testIsProjectStyle()
225 if (ResourceHelper.isProjectStyle(theme)) { in addMenuItems()
364 return ResourceHelper.isProjectStyle(theme); in isProjectTheme()
504 public static boolean isProjectStyle(String style) { in isProjectStyle() method in ResourceHelper
655 ResourceHelper.isProjectStyle(theme)); in getResourceResolver()