Searched refs:currentSelection (Results 1 – 7 of 7) sorted by relevance
63 val currentSelection by LocalSelection.current.flow.collectAsStateWithLifecycle() in SelectionBar() constant64 val visible = currentSelection.isNotEmpty() in SelectionBar()116 numberFormatter.format(currentSelection.size), in SelectionBar()
140 PreferenceCompat currentSelection; in onCreate() local142 currentSelection = mHdrFormatSelectionAuto; in onCreate()145 currentSelection = mHdrFormatSelectionManual; in onCreate()148 selectRadioPreference(currentSelection); in onCreate()
72 PhoneAccountHandle currentSelection, in setModel() argument95 if (Objects.equals(currentSelection, mAccounts[i])) { in setModel()
126 private var currentSelection = HealthDataCategory.ACTIVITY in <lambda>() variable in com.android.healthconnect.controller.datasources.DataSourcesViewModel128 fun getCurrentSelection(): Int = currentSelection in <lambda>()131 currentSelection = category in <lambda>()
209 val currentSelection by LocalSelection.current.flow.collectAsStateWithLifecycle() in Preview() constant277 if (currentSelection.contains(selection.elementAt(state.currentPage))) in Preview()312 currentSelection.size, in Preview()
236 int currentSelection = mGvs.getCurrentSelection();237 if (currentSelection < 0238 || currentSelection >= mAllImages.getCount()) {241 return mAllImages.getImageAt(currentSelection);
664 Set<Uri> currentSelection = mSelection.getSelectedItemsUris(); in loadItems() local676 && !currentSelection.contains(item.getContentUri())) { in loadItems()