Home
last modified time | relevance | path

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

/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
DGLFloatProperty.java31 public boolean isDefault() { in isDefault() method in GLFloatProperty
DGLBooleanProperty.java32 public boolean isDefault() { in isDefault() method in GLBooleanProperty
DGLEnumProperty.java33 public boolean isDefault() { in isDefault() method in GLEnumProperty
DGLObjectProperty.java36 public boolean isDefault() { in isDefault() method in GLObjectProperty
DGLLongProperty.java37 public boolean isDefault() { in isDefault() method in GLLongProperty
DGLIntegerProperty.java37 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/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()