Home
last modified time | relevance | path

Searched refs:isDefault (Results 1 – 15 of 15) sorted by relevance

/sdk/sdk_common/src/com/android/ide/common/resources/
DResourceItem.java180 if (file.getFolder().getConfiguration().isDefault() == false) { in hasAlternates()
196 if (file.getFolder().getConfiguration().isDefault()) { in hasDefault()
214 if (file.getFolder().getConfiguration().isDefault() == false) { in getAlternateCount()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLCompositeProperty.java95 public boolean isDefault() { in isDefault() method in GLCompositeProperty
97 if (!p.isDefault()) { in isDefault()
DIGLProperty.java38 boolean isDefault(); in isDefault() method
DGLStringProperty.java30 public boolean isDefault() { in isDefault() method in GLStringProperty
DGLBooleanProperty.java32 public boolean isDefault() { in isDefault() method in GLBooleanProperty
DGLFloatProperty.java31 public boolean isDefault() { in isDefault() method in GLFloatProperty
DGLEnumProperty.java33 public boolean isDefault() { in isDefault() method in GLEnumProperty
DGLObjectProperty.java36 public boolean isDefault() { in isDefault() method in GLObjectProperty
DGLIntegerProperty.java39 public boolean isDefault() { in isDefault() method in GLIntegerProperty
DGLListProperty.java137 public boolean isDefault() { in isDefault() method in GLListProperty
DGLSparseArrayProperty.java108 public boolean isDefault() { in isDefault() method in GLSparseArrayProperty
/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglDisplay.h41 EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault = true);
DEglDisplay.cpp21 EglDisplay::EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault) : in EglDisplay() argument
25 m_isDefault(isDefault), in EglDisplay()
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DFolderConfiguration.java549 public boolean isDefault() { in isDefault() method in FolderConfiguration
590 if (isDefault()) { in toDisplayString()
647 if (isDefault()) { in compareTo()
648 if (folderConfig.isDefault()) { in compareTo()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewTemplatePage.java438 String isDefault = option.getAttribute(ATTR_DEFAULT); in createOptionCombo() local
439 if (isDefault != null && !isDefault.isEmpty() && in createOptionCombo()
440 Boolean.valueOf(isDefault)) { in createOptionCombo()