Home
last modified time | relevance | path

Searched refs:defaultValue (Results 1 – 18 of 18) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLLongProperty.java25 public GLLongProperty(GLStateType name, Long defaultValue, DisplayRadix radix) { in GLLongProperty() argument
28 mDefaultValue = mCurrentValue = defaultValue; in GLLongProperty()
32 public GLLongProperty(GLStateType name, Long defaultValue) { in GLLongProperty() argument
33 this(name, defaultValue, DisplayRadix.DECIMAL); in GLLongProperty()
DGLIntegerProperty.java25 public GLIntegerProperty(GLStateType name, Integer defaultValue, DisplayRadix radix) { in GLIntegerProperty() argument
28 mDefaultValue = mCurrentValue = defaultValue; in GLIntegerProperty()
32 public GLIntegerProperty(GLStateType name, Integer defaultValue) { in GLIntegerProperty() argument
33 this(name, defaultValue, DisplayRadix.DECIMAL); in GLIntegerProperty()
DGLSparseArrayProperty.java32 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue) { in GLSparseArrayProperty() argument
33 this(type, defaultValue, false); in GLSparseArrayProperty()
42 public GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty() argument
45 mDefaultValue = defaultValue; in GLSparseArrayProperty()
50 private GLSparseArrayProperty(GLStateType type, IGLProperty defaultValue, in GLSparseArrayProperty() argument
53 mDefaultValue = defaultValue; in GLSparseArrayProperty()
DGLStringProperty.java23 public GLStringProperty(GLStateType type, String defaultValue) { in GLStringProperty() argument
26 mDefaultValue = mCurrentValue = defaultValue; in GLStringProperty()
DGLFloatProperty.java24 public GLFloatProperty(GLStateType name, Float defaultValue) { in GLFloatProperty() argument
27 mDefaultValue = mCurrentValue = defaultValue; in GLFloatProperty()
DGLBooleanProperty.java25 public GLBooleanProperty(GLStateType name, Boolean defaultValue) { in GLBooleanProperty() argument
28 mDefaultValue = mCurrentValue = defaultValue; in GLBooleanProperty()
DGLEnumProperty.java26 public GLEnumProperty(GLStateType name, GLEnum defaultValue) { in GLEnumProperty() argument
29 mCurrentValue = mDefaultValue = defaultValue; in GLEnumProperty()
DGLObjectProperty.java29 public GLObjectProperty(GLStateType type, Object defaultValue) { in GLObjectProperty() argument
32 mDefaultValue = mCurrentValue = defaultValue; in GLObjectProperty()
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
DViewNode.java94 private boolean getBoolean(String name, boolean defaultValue) { in getBoolean() argument
100 return defaultValue; in getBoolean()
103 return defaultValue; in getBoolean()
106 private int getInt(String name, int defaultValue) { in getInt() argument
112 return defaultValue; in getInt()
115 return defaultValue; in getInt()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java279 private String getAttribute(ILaunchConfiguration config, String key, String defaultValue) { in getAttribute() argument
281 return config.getAttribute(key, defaultValue); in getAttribute()
283 return defaultValue; in getAttribute()
288 List<String> defaultValue) { in getAttribute() argument
290 return config.getAttribute(key, defaultValue); in getAttribute()
292 return defaultValue; in getAttribute()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfoTest.java349 public Integer getProperty(String name, Integer defaultValue) { in getProperty() argument
354 public Boolean getProperty(String name, Boolean defaultValue) { in getProperty() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DBaseBuilder.java300 protected boolean loadProjectBooleanProperty(String propertyName, boolean defaultValue) { in loadProjectBooleanProperty() argument
302 return ProjectHelper.loadBooleanProperty(project, propertyName, defaultValue); in loadProjectBooleanProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseViewRule.java337 private String getValue(String valueId, String defaultValue) { in addContextMenuActions()
339 if (defaultValue == null) { in addContextMenuActions()
340 defaultValue = ""; in addContextMenuActions()
344 defaultValue, null); in addContextMenuActions()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DProjectCallback.java518 ResourceReference viewRef, ViewAttribute viewAttribute, Object defaultValue) { in getAdapterItemValue() argument
545 if (viewAttribute == ViewAttribute.TEXT && ((String) defaultValue).length() == 0) { in getAdapterItemValue()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
DApiDemosRenderingTest.java154 ResourceReference viewRef, ViewAttribute viewAttribute, Object defaultValue) { in getAdapterItemValue() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DProjectHelper.java792 boolean defaultValue) { in loadBooleanProperty() argument
798 return defaultValue; in loadBooleanProperty()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridModel.java2353 private int getGridAttribute(INode node, String attribute, int defaultValue) { in getGridAttribute() argument
2363 return defaultValue; in getGridAttribute()
/sdk/templates/docs/
Djquery-1.8.0.min.js2 …on"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="sc…