/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/ |
D | SensorChannel.java | 462 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/ |
D | TestSensorsActivity.java | 178 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/ |
D | ant.properties | 1 # 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
|
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/sdk/testapps/jarCheckTests3/lib1/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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
|
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/sdk/testapps/customViewTest/mainProject/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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
|
D | project.properties | 7 # "build.properties", and override values to adapt the script to your
|
/sdk/testapps/jarCheckTests1/lib1/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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/ |
D | ant.properties | 1 # 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
|
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | DropDownEditor.java | 37 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/ |
D | EditableItem.java | 134 for (EditableItem item : values()) in applyPreset() 200 public <T> void setAvailableValues(T... values) { in setAvailableValues() argument 201 mAvailableValues = values; in setAvailableValues()
|
/sdk/testapps/testSensors/ |
D | project.properties | 7 # "ant.properties", and override values to adapt the script to your
|