HomeSort by relevance Sort by last modified time
    Searched refs:aFloat (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ISecondary.aidl 34 void basicTypes(int anInt, long aLong, boolean aBoolean, float aFloat,
RemoteService.java 133 float aFloat, double aDouble, String aString) {
  /external/webkit/WebCore/bridge/jni/jsc/
JNIBridgeJSC.cpp 428 jfloat aFloat;
429 env->GetFloatArrayRegion(floatArray, index, 1, &aFloat);
430 return jsNumber(exec, aFloat);

Completed in 578 milliseconds