Home
last modified time | relevance | path

Searched refs:HOLO_PREFIX (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DViewMetadataRepository.java787 if (theme.startsWith(HOLO_PREFIX)) { in getInsets()
795 if (theme.startsWith(HOLO_PREFIX)) { in getInsets()
803 if (theme.startsWith(HOLO_PREFIX)) { in getInsets()
813 if (theme.startsWith(HOLO_PREFIX)) { in getInsets()
821 if (theme.startsWith(HOLO_PREFIX)) { in getInsets()
829 if (theme.startsWith(HOLO_PREFIX)) { in getInsets()
839 if (!theme.startsWith(HOLO_PREFIX)) { in getInsets()
844 if (!theme.startsWith(HOLO_PREFIX)) { in getInsets()
855 private static final String HOLO_PREFIX = "Theme.Holo"; //$NON-NLS-1$ field in ViewMetadataRepository
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DThemeMenuAction.java57 private static final String HOLO_PREFIX = field in ThemeMenuAction
243 && !theme.startsWith(HOLO_PREFIX) in addMenuItems()
256 addMenuItems(menu, filterThemes(HOLO_PREFIX, HOLO_LIGHT_PREFIX)); in addMenuItems()