Home
last modified time | relevance | path

Searched refs:selectedIndex (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/
H A DGetWalletCardsResponse.java46 public GetWalletCardsResponse(@NonNull List<WalletCard> walletCards, int selectedIndex) { in GetWalletCardsResponse() argument
48 this.mSelectedIndex = selectedIndex; in GetWalletCardsResponse()
67 int selectedIndex = source.readInt(); in readFromParcel() local
68 return new GetWalletCardsResponse(walletCards, selectedIndex); in readFromParcel()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/data/repository/
H A DUserRepositoryImplTest.kt131 selectedIndex = 0,
146 selectedIndex = 1,
158 selectedIndex = 1,
174 selectedIndex = 0,
196 selectedIndex: Int = 0,
206 tracker.set(userInfos, selectedIndex)
216 selectedIndex = 0,
222 selectedIndex = 1,
233 setUpUsers(count = 2, selectedIndex = 1)
250 setUpUsers(count = 2, selectedIndex = 0)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletView.java172 int selectedIndex, in showCardCarousel() argument
176 mCardCarousel.setData(data, selectedIndex, mIsDeviceLocked != isDeviceLocked); in showCardCarousel()
183 mIcon.setImageDrawable(getHeaderIcon(mContext, data.get(selectedIndex))); in showCardCarousel()
184 mCardLabel.setText(getLabelText(data.get(selectedIndex))); in showCardCarousel()
186 renderActionButton(data.get(selectedIndex), isDeviceLocked, mIsUdfpsEnabled); in showCardCarousel()
H A DWalletScreenController.java145 int selectedIndex = response.getSelectedIndex(); in onWalletCardsRetrieved()
146 if (selectedIndex >= paymentCardData.size()) { in onWalletCardsRetrieved()
154 selectedIndex, in onWalletCardsRetrieved()
H A DWalletCardCarousel.java210 boolean setData(List<WalletCardViewInfo> data, int selectedIndex, boolean hasLockStateChanged) { in setData() argument
212 scrollToPosition(selectedIndex); in setData()
213 WalletCardViewInfo selectedCard = data.get(selectedIndex); in setData()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DQuickAccessWalletTile.java222 int selectedIndex = response.getSelectedIndex(); in onWalletCardsRetrieved() local
223 if (selectedIndex >= cards.size()) { in onWalletCardsRetrieved()
229 mSelectedCard = cards.get(selectedIndex); in onWalletCardsRetrieved()
/aosp14/frameworks/base/core/java/android/widget/
H A DGallery.java1296 int selectedIndex = mSelectedPosition - mFirstPosition; in onKeyUp() local
1297 performItemClick(getChildAt(selectedIndex), mSelectedPosition, mAdapter in onKeyUp()
1388 int selectedIndex = mSelectedPosition - mFirstPosition; in getChildDrawingOrder() local
1391 if (selectedIndex < 0) return i; in getChildDrawingOrder()
1395 return selectedIndex; in getChildDrawingOrder()
1396 } else if (i >= selectedIndex) { in getChildDrawingOrder()
H A DListView.java2823 final int selectedIndex = mSelectedPosition - mFirstPosition; in handleNewSelectionChange() local
2827 bottomViewIndex = selectedIndex; in handleNewSelectionChange()
2832 topViewIndex = selectedIndex; in handleNewSelectionChange()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedAnimationControllerTest.java92 mStackViewState.selectedIndex = 0; in getStackViewState()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DLegacyGlobalActions.java698 int selectedIndex = ringerModeToIndex(mAudioManager.getRingerMode());
701 itemView.setSelected(selectedIndex == i);
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/user/domain/interactor/
H A DUserInteractorTest.kt310 assertUsers(models = value(), count = 2, selectedIndex = 1)
1002 selectedIndex: Int = 0,
1011 isSelected = index == selectedIndex,
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubblePositioner.java605 + (state.selectedIndex * (mBubbleSize + mSpacingBetweenBubbles));
H A DBubbleStackView.java2570 float selectedY = mPositioner.getExpandedBubbleXY(getState().selectedIndex, in setImeVisible()
3418 mStackViewState.selectedIndex = getBubbleIndex(mExpandedBubble);
3453 public int selectedIndex;
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java2044 int selectedIndex = ringerModeToIndex(mAudioManager.getRingerMode());
2047 itemView.setSelected(selectedIndex == i);
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...