/aosp14/frameworks/base/core/java/android/service/quickaccesswallet/ |
H A D | GetWalletCardsResponse.java | 46 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 D | UserRepositoryImplTest.kt | 131 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 D | WalletView.java | 172 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 D | WalletScreenController.java | 145 int selectedIndex = response.getSelectedIndex(); in onWalletCardsRetrieved() 146 if (selectedIndex >= paymentCardData.size()) { in onWalletCardsRetrieved() 154 selectedIndex, in onWalletCardsRetrieved()
|
H A D | WalletCardCarousel.java | 210 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 D | QuickAccessWalletTile.java | 222 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 D | Gallery.java | 1296 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 D | ListView.java | 2823 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 D | ExpandedAnimationControllerTest.java | 92 mStackViewState.selectedIndex = 0; in getStackViewState()
|
/aosp14/frameworks/base/services/core/java/com/android/server/policy/ |
H A D | LegacyGlobalActions.java | 698 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 D | UserInteractorTest.kt | 310 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 D | BubblePositioner.java | 605 + (state.selectedIndex * (mBubbleSize + mSpacingBetweenBubbles));
|
H A D | BubbleStackView.java | 2570 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 D | GlobalActionsDialogLite.java | 2044 int selectedIndex = ringerModeToIndex(mAudioManager.getRingerMode()); 2047 itemView.setSelected(selectedIndex == i);
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |