Searched refs:MoveInfo (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | DefaultItemAnimator.java | 46 private ArrayList<MoveInfo> mPendingMoves = new ArrayList<>(); 50 ArrayList<ArrayList<MoveInfo>> mMovesList = new ArrayList<>(); 58 private static class MoveInfo { class in DefaultItemAnimator 118 final ArrayList<MoveInfo> moves = new ArrayList<>(); in runPendingAnimations() 125 for (MoveInfo moveInfo : moves) { in runPendingAnimations() 443 MoveInfo moveInfo = mPendingMoves.get(i); in endAnimation() 469 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimation() 471 MoveInfo moveInfo = moves.get(j); in endAnimation() 560 MoveInfo item = mPendingMoves.get(i); in endAnimations() 591 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimations() [all …]
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | MoveInfo.java | 19 final class MoveInfo { class 29 MoveInfo(int moveId, String fromUuid, String toUuid, String packageName, in MoveInfo() method in MoveInfo
|
H A D | InstallArgs.java | 41 final MoveInfo mMoveInfo; 71 InstallArgs(OriginInfo originInfo, MoveInfo moveInfo, IPackageInstallObserver2 observer, in InstallArgs()
|
H A D | MovePackageHelper.java | 263 final MoveInfo move; in movePackageInternal() 282 move = new MoveInfo(moveId, currentVolumeUuid, volumeUuid, packageName, in movePackageInternal()
|
H A D | InstallingSession.java | 68 final MoveInfo mMoveInfo; 104 InstallingSession(OriginInfo originInfo, MoveInfo moveInfo, IPackageInstallObserver2 observer, in InstallingSession()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 85 private static class MoveInfo { class in StorageNotification 93 private final SparseArray<MoveInfo> mMoves = new SparseArray<>(); 152 final MoveInfo move = new MoveInfo(); 165 final MoveInfo move = mMoves.get(moveId); 522 private void onMoveProgress(MoveInfo move, int status, long estMillis) { in onMoveProgress() 563 private void onMoveFinished(MoveInfo move, int status) { in onMoveFinished() 784 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) { in buildWizardMigratePendingIntent() 807 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) { in buildWizardMovePendingIntent()
|