Searched refs:deviceMotionAndOrientationManager (Results 1 – 5 of 5) sorted by relevance
129 getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->useMock(); in useMock()138 …getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onMotionChange(motion… in onMotionChange()144 …getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->setMockOrientation(or… in setMockOrientation()150 …getWebViewCore(env, webViewCoreObject)->deviceMotionAndOrientationManager()->onOrientationChange(o… in onOrientationChange()163 …jclass deviceMotionAndOrientationManager = env->FindClass(javaDeviceMotionAndOrientationManagerCla… in registerDeviceMotionAndOrientationManager() local164 LOG_ASSERT(deviceMotionAndOrientationManager, "Unable to find class"); in registerDeviceMotionAndOrientationManager()165 env->DeleteLocalRef(deviceMotionAndOrientationManager); in registerDeviceMotionAndOrientationManager()
552 …DeviceMotionAndOrientationManager* deviceMotionAndOrientationManager() { return &m_deviceMotionAnd… in deviceMotionAndOrientationManager() function
4531 GET_NATIVE_VIEW(env, obj)->deviceMotionAndOrientationManager()->maybeSuspendClients(); in Pause()4550 GET_NATIVE_VIEW(env, obj)->deviceMotionAndOrientationManager()->maybeResumeClients(); in Resume()
78 m_client = m_webViewCore->deviceMotionAndOrientationManager()->motionClient(); in client()
78 m_client = m_webViewCore->deviceMotionAndOrientationManager()->orientationClient(); in client()