OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HOLO_PREFIX
(Results
1 - 2
of
2
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java
787
if (theme.startsWith(
HOLO_PREFIX
)) {
795
if (theme.startsWith(
HOLO_PREFIX
)) {
803
if (theme.startsWith(
HOLO_PREFIX
)) {
813
if (theme.startsWith(
HOLO_PREFIX
)) {
821
if (theme.startsWith(
HOLO_PREFIX
)) {
829
if (theme.startsWith(
HOLO_PREFIX
)) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ThemeMenuAction.java
57
private static final String
HOLO_PREFIX
=
234
&& !theme.startsWith(
HOLO_PREFIX
)
247
addMenuItems(menu, filterThemes(
HOLO_PREFIX
, HOLO_LIGHT_PREFIX));
Completed in 883 milliseconds