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

  /external/webkit/Source/WebKit/android/jni/
DeviceOrientationClientImpl.h 47 void onOrientationChange(PassRefPtr<DeviceOrientation>);
DeviceMotionAndOrientationManager.cpp 71 void DeviceMotionAndOrientationManager::onOrientationChange(PassRefPtr<DeviceOrientation> orientation)
74 static_cast<DeviceOrientationClientImpl*>(m_orientationClient.get())->onOrientationChange(orientation);
147 static void onOrientationChange(JNIEnv* env, jobject, jobject webViewCoreObject, bool canProvideAlpha, double alpha, bool canProvideBeta, double beta, bool canProvideGamma, double gamma)
150 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onOrientationChange(orientation.release());
157 { "nativeOnOrientationChange", "(Landroid/webkit/WebViewCore;ZDZDZD)V", (void*) onOrientationChange }
DeviceMotionAndOrientationManager.h 53 void onOrientationChange(PassRefPtr<WebCore::DeviceOrientation>);
DeviceOrientationClientImpl.cpp 118 void DeviceOrientationClientImpl::onOrientationChange(PassRefPtr<DeviceOrientation> orientation)
  /frameworks/base/core/java/android/webkit/
DeviceMotionAndOrientationManager.java 60 public void onOrientationChange(Double alpha, Double beta, Double gamma) {
DeviceOrientationService.java 89 mManager.onOrientationChange(null, null, null);
177 mManager.onOrientationChange(mAlpha, mBeta, mGamma);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java     [all...]

Completed in 140 milliseconds