Home
last modified time | relevance | path

Searched refs:getCurrentPosition (Results 1 – 23 of 23) sorted by relevance

/expo/packages/expo-location/build/
H A DGeolocationPolyfill.js20 getCurrentPosition, field
34 function getCurrentPosition(success, error = () => { }, options = {}) { function
H A DExpoLocation.web.js50 …navigator.geolocation.getCurrentPosition(() => resolveWithStatus(PermissionStatus.GRANTED), ({ cod…
82 navigator.geolocation.getCurrentPosition(resolver, reject, {
H A DGeolocationPolyfill.js.map1getCurrentPosition,\n watchPosition,\n clearWatch,\n\n // We don't polyfill stopObs…
H A DExpoLocation.web.js.map1getCurrentPosition(\n () => resolveWithStatus(PermissionStatus.GRANTED),\n ({ code }) =>…
/expo/packages/expo-location/src/
H A DGeolocationPolyfill.ts32 getCurrentPosition,
49 function getCurrentPosition( function
H A DExpoLocation.web.ts65 navigator.geolocation.getCurrentPosition(
104 navigator.geolocation.getCurrentPosition(resolver, reject, {
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/player/
H A DPlayerDataControl.java37 public int getCurrentPosition() { in getCurrentPosition() method in PlayerDataControl
H A DMediaPlayerData.java159 return (double)mMediaPlayer.getCurrentPosition() / 1000.0; in getCurrentPositionSeconds()
253 if (newPositionMillis != null && newPositionMillis != mMediaPlayer.getCurrentPosition()) { in applyNewStatus()
275 …S_POSITION_MILLIS_KEY_PATH, getClippedIntegerForValue(mMediaPlayer.getCurrentPosition(), 0, durati… in getExtraStatusFields()
H A DSimpleExoPlayerData.java208 getClippedIntegerForValue((int) mSimpleExoPlayer.getCurrentPosition(), 0, duration)); in getExtraStatusFields()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/player/
H A DPlayerDataControl.java37 public int getCurrentPosition() { in getCurrentPosition() method in PlayerDataControl
H A DMediaPlayerData.java159 return (double)mMediaPlayer.getCurrentPosition() / 1000.0; in getCurrentPositionSeconds()
253 if (newPositionMillis != null && newPositionMillis != mMediaPlayer.getCurrentPosition()) { in applyNewStatus()
275 …S_POSITION_MILLIS_KEY_PATH, getClippedIntegerForValue(mMediaPlayer.getCurrentPosition(), 0, durati… in getExtraStatusFields()
H A DSimpleExoPlayerData.java208 getClippedIntegerForValue((int) mSimpleExoPlayer.getCurrentPosition(), 0, duration)); in getExtraStatusFields()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/player/
H A DPlayerDataControl.java37 public int getCurrentPosition() { in getCurrentPosition() method in PlayerDataControl
H A DMediaPlayerData.java159 return (double)mMediaPlayer.getCurrentPosition() / 1000.0; in getCurrentPositionSeconds()
253 if (newPositionMillis != null && newPositionMillis != mMediaPlayer.getCurrentPosition()) { in applyNewStatus()
275 …S_POSITION_MILLIS_KEY_PATH, getClippedIntegerForValue(mMediaPlayer.getCurrentPosition(), 0, durati… in getExtraStatusFields()
H A DSimpleExoPlayerData.java208 getClippedIntegerForValue((int) mSimpleExoPlayer.getCurrentPosition(), 0, duration)); in getExtraStatusFields()
/expo/packages/expo-av/android/src/main/java/expo/modules/av/player/
H A DPlayerDataControl.java37 public int getCurrentPosition() { in getCurrentPosition() method in PlayerDataControl
H A DMediaPlayerData.java157 return (double)mMediaPlayer.getCurrentPosition() / 1000.0; in getCurrentPositionSeconds()
237 if (newPositionMillis != null && newPositionMillis != mMediaPlayer.getCurrentPosition()) { in applyNewStatus()
259 …S_POSITION_MILLIS_KEY_PATH, getClippedIntegerForValue(mMediaPlayer.getCurrentPosition(), 0, durati… in getExtraStatusFields()
H A DSimpleExoPlayerData.java208 getClippedIntegerForValue((int) mSimpleExoPlayer.getCurrentPosition(), 0, duration)); in getExtraStatusFields()
/expo/packages/expo-location/src/__tests__/
H A DLocation-test.native.ts109 navigator.geolocation.getCurrentPosition(pass, pass, {});
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/av/video/
H A DMediaController.java308 int position = mPlayer.getCurrentPosition(); in setProgress()
553 int pos = mPlayer.getCurrentPosition();
568 int pos = mPlayer.getCurrentPosition();
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/av/video/
H A DMediaController.java308 int position = mPlayer.getCurrentPosition(); in setProgress()
553 int pos = mPlayer.getCurrentPosition();
568 int pos = mPlayer.getCurrentPosition();
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/av/video/
H A DMediaController.java308 int position = mPlayer.getCurrentPosition(); in setProgress()
553 int pos = mPlayer.getCurrentPosition();
568 int pos = mPlayer.getCurrentPosition();
/expo/packages/expo-av/android/src/main/java/expo/modules/av/video/
H A DMediaController.java308 int position = mPlayer.getCurrentPosition(); in setProgress()
553 int pos = mPlayer.getCurrentPosition();
568 int pos = mPlayer.getCurrentPosition();