Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 80) sorted by relevance

1234

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java462 float[] values = mValues; in getValue() local
463 mValue = String.format(mTextFmt, values[0], values[1], values[2]); in getValue()
597 float[] values = event.values; in onSensorChanged() local
598 final int len = values.length; in onSensorChanged()
603 mChangeMsg.putFloat(values[0]); in onSensorChanged()
605 mChangeMsg.putFloat(values[1]); in onSensorChanged()
607 mChangeMsg.putFloat(values[2]); in onSensorChanged()
633 mValues[0] = values[0]; in onSensorChanged()
635 mValues[1] = values[1]; in onSensorChanged()
637 mValues[2] = values[2]; in onSensorChanged()
/sdk/testapps/testSensors/src/com/android/tests/testsensors/
DTestSensorsActivity.java178 final int nArgs = event.values.length; in onSensorChanged()
181 val = String.format(mTextFmt, event.values[0], event.values[1], event.values[2]); in onSensorChanged()
183 val = String.format(mTextFmt, event.values[0], event.values[1]); in onSensorChanged()
185 val = String.format(mTextFmt, event.values[0]); in onSensorChanged()
/sdk/testapps/aidlTest/libWithAidl/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/sdk/testapps/jarCheckTests3/lib1/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/aidlTest/mainProject/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests2/app/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/gridlayoutTest/app/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests3/app/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/buildConfigTest/app/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests1/lib2/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests1/app/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests2/lib1/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/customViewTest/libWithCustomView/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/sdk/testapps/customViewTest/mainProject/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/basicProjectWithAidl/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
Dproject.properties7 # "build.properties", and override values to adapt the script to your
/sdk/testapps/jarCheckTests1/lib1/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests2/lib2/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
/sdk/testapps/jarCheckTests3/lib2/
Dant.properties1 # This file is used to override default values used by the Ant build system.
8 # You can use this to override default values such as
Dproject.properties7 # "ant.properties", and override values to adapt the script to your
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDropDownEditor.java37 Integer[] values = item.getAvailableValuesInteger(); in bindEditor() local
42 … new ArrayAdapter<Integer>(v.getContext(), android.R.layout.simple_spinner_item, values) { in bindEditor()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
DEditableItem.java134 for (EditableItem item : values()) in applyPreset()
200 public <T> void setAvailableValues(T... values) { in setAvailableValues() argument
201 mAvailableValues = values; in setAvailableValues()
/sdk/testapps/testSensors/
Dproject.properties7 # "ant.properties", and override values to adapt the script to your

1234