Home
last modified time | relevance | path

Searched defs:isDefault (Results 1 – 13 of 13) 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
DGLFloatProperty.java31 public boolean isDefault() { in isDefault() method in GLFloatProperty
DGLStringProperty.java30 public boolean isDefault() { in isDefault() method in GLStringProperty
DIGLProperty.java38 boolean isDefault(); in isDefault() method
DGLEnumProperty.java33 public boolean isDefault() { in isDefault() method in GLEnumProperty
DGLBooleanProperty.java32 public boolean isDefault() { in isDefault() method in GLBooleanProperty
DGLIntegerProperty.java37 public boolean isDefault() { in isDefault() method in GLIntegerProperty
DGLLongProperty.java37 public boolean isDefault() { in isDefault() method in GLLongProperty
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.cpp20 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