/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/ |
H A D | CodecTest.java | 105 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 D | ClipDistanceTest.cpp | 534 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/ |
D | BluetoothPbapVcardManagerTest.java | 107 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
|
D | BluetoothPbapSimVcardManagerTest.java | 201 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 D | DynamicDecoders.kt | 49 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 D | AbstractJsonLexer.kt | 152 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 D | Streams.kt | 54 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 D | SeekBarViewModel.kt | 63 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 D | SpinnerActivityTest.java | 269 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 D | slider_component.ts | 125 @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/ |
D | TouchSlopDetector.kt | 42 val currentPosition = dragEvent.position in mainAxis() constant
|
/aosp_15_r20/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
H A D | OatParser.java | 229 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 D | VisualizerTest.java | 389 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 D | BackgroundCollisionComponent.java | 324 …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 D | SelectDialogComponent.java | 43 final Vector2 currentPosition = parentObject.getPosition(); in update() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/ |
H A D | Persistence.java | 269 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 D | PduComposer.java | 1032 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/ |
D | PduComposer.java | 1102 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 D | EditModeViewModel.kt | 182 val currentPosition = specs.indexOf(tileSpec) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduComposer.java | 1071 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 D | SplitLayout.java | 427 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 D | ResizeableItemFrameViewModel.kt | 248 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 D | MediaPlayerTest.java | 21 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 D | SampleTests.java | 93 int currentPosition = spinner2.getSelectedItemPosition(); in testSpinnerValuePersistedBetweenLaunches() local
|
/aosp_15_r20/developers/samples/android/testing/ActivityInstrumentation/Application/tests/src/com/example/android/activityinstrumentation/ |
D | SampleTests.java | 93 int currentPosition = spinner2.getSelectedItemPosition(); in testSpinnerValuePersistedBetweenLaunches() local
|