Home
last modified time | relevance | path

Searched defs:currentPosition (Results 1 – 25 of 511) sorted by relevance

12345678910>>...21

/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
H A DCodecTest.java105 int currentPosition = 0; in getCurrentPosition() local
140 int currentPosition = 0; in seekTo() local
163 int currentPosition = 0; in setLooping() local
331 int currentPosition = 0; in videoSeekTo() local
378 int currentPosition = 0; in seekToEnd() local
406 int currentPosition = 0; in shortMediaStop() local
434 int currentPosition = 0; in playToEnd() local
464 int currentPosition = 0; in seektoBeforeStart() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DClipDistanceTest.cpp534 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
586 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
680 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
1854 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
1906 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
2001 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
2081 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
2168 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
2248 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
2335 const int currentPosition = y * getWindowHeight() + x; in TEST_P() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java107 AtomicInteger currentPosition = new AtomicInteger(0); in testGetPhonebookSize_whenTypeIsPhonebook() local
161 AtomicInteger currentPosition = new AtomicInteger(0); in testGetPhonebookSize_whenTypeIsFavorites() local
246 AtomicInteger currentPosition = new AtomicInteger(0); in testLoadCallHistoryList() local
315 AtomicInteger currentPosition = new AtomicInteger(0); in testGetPhonebookNameList() local
373 AtomicInteger currentPosition = new AtomicInteger(0); in testGetContactNamesByNumber_whenNumberIsNull() local
DBluetoothPbapSimVcardManagerTest.java201 AtomicInteger currentPosition = new AtomicInteger(0); in testMoveToPosition_byAlphabeticalOrder_success() local
266 AtomicInteger currentPosition = new AtomicInteger(0); in testGetSIMPhonebookNameList_orderByIndexed() local
318 AtomicInteger currentPosition = new AtomicInteger(0); in testGetSIMPhonebookNameList_orderByAlphabet() local
369 AtomicInteger currentPosition = new AtomicInteger(0); in testGetSIMContactNamesByNumber() local
/aosp_15_r20/external/kotlinx.serialization/formats/json/jsMain/src/kotlinx/serialization/json/internal/
H A DDynamicDecoders.kt49 private var currentPosition = 0 variable in kotlinx.serialization.json.internal.DynamicInput
205 private var currentPosition = -1 variable
276 private var currentPosition = -1 variable
/aosp_15_r20/external/kotlinx.serialization/formats/json/commonMain/src/kotlinx/serialization/json/internal/lexer/
H A DAbstractJsonLexer.kt152 internal var currentPosition: Int = 0 // position in source in initC2TC() variable in kotlinx.serialization.json.internal.AbstractJsonLexer
339 var currentPosition = this.currentPosition in initC2TC() variable
388 var currentPosition = current in initC2TC() variable
500 var currentPosition = startPosition in initC2TC() variable
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/commonMain/src/kotlinx/serialization/protobuf/internal/
H A DStreams.kt54 var currentPosition = position in readVarint32() variable
77 var currentPosition = position in readVarint64() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/viewmodel/
H A DSeekBarViewModel.kt63 var currentPosition = this.position in computePosition() variable
309 val currentPosition = playbackState?.computePosition(duration.toLong())?.toInt() in checkPlaybackPosition() constant
/aosp_15_r20/development/samples/SpinnerTest/src/com/android/example/spinner/test/
H A DSpinnerActivityTest.java269 int currentPosition = mActivity.getSpinnerPosition(); in testStateDestroy() local
335 int currentPosition = mActivity.getSpinnerPosition(); in testStatePause() local
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/mini-timeline/
H A Dslider_component.ts125 @Input() currentPosition: TracePosition | undefined; property in SliderComponent
147 const currentPosition = changes['currentPosition'] constant
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/util/
DTouchSlopDetector.kt42 val currentPosition = dragEvent.position in mainAxis() constant
/aosp_15_r20/cts/tools/release-parser/src/com/android/cts/releaseparser/
H A DOatParser.java229 int currentPosition = start; in getKeyValuePairMap() local
244 int currentPosition = start; in getString() local
/aosp_15_r20/cts/tests/tests/media/audio/src/android/media/audio/cts/
H A DVisualizerTest.java389 int currentPosition = mp.getCurrentPosition(); in test4_1MeasurePeakRms() local
462 int currentPosition = mp.getCurrentPosition(); in test4_2MeasurePeakRmsLongMP3() local
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DBackgroundCollisionComponent.java324 …protected boolean sweepHorizontal(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta… in sweepHorizontal()
359 … protected boolean sweepVertical(Vector2 previousPosition, Vector2 currentPosition, Vector2 delta, in sweepVertical()
H A DSelectDialogComponent.java43 final Vector2 currentPosition = parentObject.getPosition(); in update() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
H A DPersistence.java269 int getLaunchFromIndex(int currentPosition); in getLaunchFromIndex()
318 public int getLaunchFromIndex(int currentPosition) { in getLaunchFromIndex()
413 public int getLaunchFromIndex(int currentPosition) { in getLaunchFromIndex()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
H A DPduComposer.java1032 public int currentPosition = 0; field in PduComposer.LengthRecordNode
1097 int currentPosition = mPosition; in pop() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduComposer.java1102 public int currentPosition = 0; field in PduComposer.LengthRecordNode
1171 final int currentPosition = mPosition; in pop() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
H A DEditModeViewModel.kt182 val currentPosition = specs.indexOf(tileSpec) in <lambda>() constant
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/pdu/
H A DPduComposer.java1071 public int currentPosition = 0; field in PduComposer.LengthRecordNode
1139 int currentPosition = mPosition; in pop() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java427 int currentPosition = mSplitState.get(); in populateTouchZones() local
769 public void snapToTarget(int currentPosition, SnapTarget snapTarget, int duration, in snapToTarget()
796 public void snapToTarget(int currentPosition, SnapTarget snapTarget) { in snapToTarget()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/ui/viewmodel/
H A DResizeableItemFrameViewModel.kt248 val currentPosition = if (handle == DragHandle.TOP) currentRow else currentRow + currentSpan in calculateAnchorsForHandle() constant
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/media/
H A DMediaPlayerTest.java21 int currentPosition = mediaPlayer.getCurrentPosition(); in newMediaPlayer_getCurrentPosition_doesNotThrow() local
/aosp_15_r20/developers/build/prebuilts/gradle/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/
H A DSampleTests.java93 int currentPosition = spinner2.getSelectedItemPosition(); in testSpinnerValuePersistedBetweenLaunches() local
/aosp_15_r20/developers/samples/android/testing/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/
DSampleTests.java93 int currentPosition = spinner2.getSelectedItemPosition(); in testSpinnerValuePersistedBetweenLaunches() local

12345678910>>...21