Searched refs:isDefault (Results 1 – 14 of 14) sorted by relevance
95 public boolean isDefault() { in isDefault() method in GLCompositeProperty97 if (!p.isDefault()) { in isDefault()
38 boolean isDefault(); in isDefault() method
30 public boolean isDefault() { in isDefault() method in GLStringProperty
31 public boolean isDefault() { in isDefault() method in GLFloatProperty
32 public boolean isDefault() { in isDefault() method in GLBooleanProperty
33 public boolean isDefault() { in isDefault() method in GLEnumProperty
36 public boolean isDefault() { in isDefault() method in GLObjectProperty
37 public boolean isDefault() { in isDefault() method in GLIntegerProperty
37 public boolean isDefault() { in isDefault() method in GLLongProperty
137 public boolean isDefault() { in isDefault() method in GLListProperty
108 public boolean isDefault() { in isDefault() method in GLSparseArrayProperty
42 EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault = true);
20 EglDisplay::EglDisplay(EGLNativeInternalDisplayType dpy,bool isDefault) : in EglDisplay() argument24 m_isDefault(isDefault), in EglDisplay()
438 String isDefault = option.getAttribute(ATTR_DEFAULT); in createOptionCombo() local439 if (isDefault != null && !isDefault.isEmpty() && in createOptionCombo()440 Boolean.valueOf(isDefault)) { in createOptionCombo()