Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLObjectProperty.java36 public boolean isDefault() { in isDefault() method in GLObjectProperty
DGLEnumProperty.java33 public boolean isDefault() { in isDefault() method in GLEnumProperty
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
DIGLProperty.java38 boolean isDefault(); in isDefault() method
DGLIntegerProperty.java39 public boolean isDefault() { in isDefault() method in GLIntegerProperty
DGLCompositeProperty.java95 public boolean isDefault() { in isDefault() method in GLCompositeProperty
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.cpp21 EglDisplay::EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault) : in EglDisplay()
/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