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

  /frameworks/base/core/java/android/webkit/
DeviceMotionAndOrientationManager.java 53 public void onMotionChange(Double x, Double y, Double z, double interval) {
  /external/webkit/Source/WebKit/android/jni/
DeviceMotionClientImpl.cpp 118 void DeviceMotionClientImpl::onMotionChange(PassRefPtr<DeviceMotionData> motion)
DeviceMotionAndOrientationManager.cpp 59 void DeviceMotionAndOrientationManager::onMotionChange(PassRefPtr<DeviceMotionData> motion)
62 static_cast<DeviceMotionClientImpl*>(m_motionClient.get())->onMotionChange(motion);
132 static void onMotionChange(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideX, double x, bool canProvideY, double y, bool canProvideZ, double z, double interval)
138 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onMotionChange(motion.release());
155 { "nativeOnMotionChange", "(Landroid/webkit/WebViewCore;ZDZDZDD)V", (void*) onMotionChange },

Completed in 57 milliseconds