Searched defs:isDefault (Results 1 – 12 of 12) sorted by relevance
36 public boolean isDefault() { in isDefault() method in GLObjectProperty
33 public boolean isDefault() { in isDefault() method in GLEnumProperty
30 public boolean isDefault() { in isDefault() method in GLStringProperty
32 public boolean isDefault() { in isDefault() method in GLBooleanProperty
31 public boolean isDefault() { in isDefault() method in GLFloatProperty
38 boolean isDefault(); in isDefault() method
39 public boolean isDefault() { in isDefault() method in GLIntegerProperty
95 public boolean isDefault() { in isDefault() method in GLCompositeProperty
137 public boolean isDefault() { in isDefault() method in GLListProperty
108 public boolean isDefault() { in isDefault() method in GLSparseArrayProperty
21 EglDisplay::EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault) : in EglDisplay()
438 String isDefault = option.getAttribute(ATTR_DEFAULT); in createOptionCombo() local