Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 54) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DLintColumn.java89 public abstract String getValue(@NonNull IMarker marker); in getValue() method in LintColumn
159 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.MessageColumn
290 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.CategoryColumn
316 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.LocationColumn
396 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.FileColumn
426 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.PathColumn
457 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.LineColumn
506 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.PriorityColumn
/sdk/layoutlib_api/src/com/android/layoutlib/api/
DIResourceValue.java41 String getValue(); in getValue() method
DIDensityBasedResourceValue.java47 public int getValue() { in getValue() method in IDensityBasedResourceValue.Density
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DXmlnsAttributeDescriptor.java50 public String getValue() { in getValue() method in XmlnsAttributeDescriptor
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLObjectProperty.java63 public Object getValue() { in getValue() method in GLObjectProperty
DGLEnumProperty.java61 public Object getValue() { in getValue() method in GLEnumProperty
DGLFloatProperty.java50 public Object getValue() { in getValue() method in GLFloatProperty
DIGLProperty.java44 Object getValue(); in getValue() method
DGLStringProperty.java49 public Object getValue() { in getValue() method in GLStringProperty
DGLBooleanProperty.java61 public Object getValue() { in getValue() method in GLBooleanProperty
DGLIntegerProperty.java72 public Object getValue() { in getValue() method in GLIntegerProperty
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DTestAttribute.java49 public @NonNull String getValue() { in getValue() method in TestAttribute
/sdk/sdk_common/src/com/android/ide/common/resources/configuration/
DScreenRatioQualifier.java35 public ScreenRatio getValue() { in getValue() method in ScreenRatioQualifier
DTextInputMethodQualifier.java40 public Keyboard getValue() { in getValue() method in TextInputMethodQualifier
DNavigationMethodQualifier.java39 public Navigation getValue() { in getValue() method in NavigationMethodQualifier
DNightModeQualifier.java39 public NightMode getValue() { in getValue() method in NightModeQualifier
DScreenSizeQualifier.java39 public ScreenSize getValue() { in getValue() method in ScreenSizeQualifier
DScreenOrientationQualifier.java38 public ScreenOrientation getValue() { in getValue() method in ScreenOrientationQualifier
DNavigationStateQualifier.java39 public NavigationState getValue() { in getValue() method in NavigationStateQualifier
DTouchScreenQualifier.java40 public TouchScreen getValue() { in getValue() method in TouchScreenQualifier
/sdk/rule_api/src/com/android/ide/common/api/
DIDragElement.java119 public abstract String getValue(); in getValue() method
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
DEventContainer.java156 public int getValue() { in getValue() method in EventContainer.EventValueType
252 public Object getValue(int valueIndex) { in getValue() method in EventContainer
393 private final Object getValue(Object data, int valueIndex, boolean recursive) { in getValue() method in EventContainer
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSimpleAttribute.java74 public @NonNull String getValue() { in getValue() method in SimpleAttribute
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DStateLabelProvider.java54 private String getValue(IGLProperty element) { in getValue() method in StateLabelProvider
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyComposite.java86 public Object getValue() throws Exception { in getValue() method in XmlPropertyComposite

123