Home
last modified time | relevance | path

Searched defs:currentIndex (Results 1 – 24 of 24) sorted by relevance

/packages/modules/AdServices/adservices/service-core/jni/java/com/android/adservices/ohttp/
DObliviousHttpKeyConfig.java126 int currentIndex = 0; in fromSerializedKeyConfig() local
244 int currentIndex = 0; in serializeKeyConfigToBytes() local
249 copyTwoBytesFromInteger(kemId(), serializedArray, currentIndex); in serializeKeyConfigToBytes() local
253 System.arraycopy(publicKey(), 0, serializedArray, currentIndex, publicKey().length); in serializeKeyConfigToBytes() local
262 copyTwoBytesFromInteger(kdfId(), serializedArray, currentIndex); in serializeKeyConfigToBytes() local
265 copyTwoBytesFromInteger(aeadId(), serializedArray, currentIndex); in serializeKeyConfigToBytes() local
/packages/apps/Settings/tests/unit/src/com/android/settings/development/bluetooth/
DBluetoothStackLogPreferenceControllerTest.java119 final int currentIndex = mPreference.findIndexOfValue(currentValue); in onPreferenceChange_withEachValue_uiSetProperlyAndAllValuesWrittenToProperties() local
148 final int currentIndex = mPreference.findIndexOfValue(currentValue); in updateState_withEachValue_uiSetProperly() local
173 final int currentIndex = mPreference.findIndexOfValue(currentValue); in onDeveloperOptionsSwitchDisabled_preferenceSetToDefault() local
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/util/
DWidgetPreviewContainerSize.kt70 var currentIndex = startIndex in findClosestFittingContainer() variable
/packages/apps/Settings/src/com/android/settings/display/
DScreenZoomPreference.java45 final int currentIndex = density.getCurrentIndex(); in ScreenZoomPreference() local
DScreenResolutionFragment.java327 final int currentIndex = density.getCurrentIndex(); in startObserve() local
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DViewMatchers.kt52 var currentIndex = 0 in withIndex() variable
/packages/modules/NeuralNetworks/common/
DIndexedShapeWrapper.cpp78 uint32_t currentIndex = index[index.size() - i]; in broadcastedIndexToFlatIndex() local
/packages/services/Car/libs/obd2-lib/src/com/android/car/obd2/
DObd2FreezeFrameGenerator.java98 int currentIndex = 0; in discoverNewDtcs() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DRichInputMethodManager.java149 final int currentIndex = getSubtypeIndexInList(currentSubtype, enabledSubtypes); in switchToNextInputSubtypeInThisIme() local
169 final int currentIndex = getImiIndexInList(getInputMethodInfoOfThisIme(), enabledImis); in switchToNextInputMethodAndSubtype() local
201 private static InputMethodInfo getNextNonAuxiliaryIme(final int currentIndex, in getNextNonAuxiliaryIme()
/packages/apps/Settings/src/com/android/settings/development/bluetooth/
DBaseBluetoothDialogPreference.java74 final int currentIndex = mCallback.getCurrentConfigIndex(); in onBindDialogView() local
/packages/apps/TV/src/com/android/tv/menu/
DChannelsRowAdapter.java191 int currentIndex = 1; in updateItems() local
/packages/apps/Settings/src/com/android/settings/remoteauth/introduction/
DIntroductionImageCarousel.kt128 var currentIndex: Int = 0 variable in com.android.settings.remoteauth.introduction.ProgressIndicatorAdapter
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/
DCombinatorics.java85 int currentIndex = 0; in getKCombinationAtIndex() local
/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java354 int currentIndex = 0; in stripHtml() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/util/bluetooth/
DBluetoothScanner.java476 int currentIndex = -1; in updateDeviceInClient() local
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java163 private int currentIndex; field in CallComposerActivity
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/adselection/
DCompressedBuyerInputCreatorPerBuyerLimitsGreedyImpl.java442 int currentIndex = 0; in buildRemainingDBCAsList() local
/packages/apps/Camera2/src/com/android/camera/
DCameraActivity.java849 int currentIndex = mFilmstripController.getCurrentAdapterIndex(); in onShareTargetSelected() local
2888 int currentIndex = mFilmstripController.getCurrentAdapterIndex(); in startGallery() local
/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/
DCarVolumeDialogImpl.java901 private void updateVolumePreference(int groupId, int maxIndex, int currentIndex, in updateVolumePreference()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsViewUtils.kt213 val currentIndex: Int = recentsView.indexOfChild(runningTaskView) in <lambda>() constant
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DPhotoPage.java997 int currentIndex = mModel.getCurrentIndex(); in onItemSelected() local
DPhotoDataAdapter.java659 int currentIndex = mCurrentIndex; in updateImageRequests() local
/packages/apps/Camera2/src/com/android/camera/app/
DCameraAppUI.java1562 int currentIndex = mController.getCurrentModuleIndex(); in onModeSelected() local
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLES20Canvas.java455 int currentIndex = mCurrentMatrixIndex; in save() local