Searched refs:MoveInfo (Results 1 – 4 of 4) sorted by relevance
/aosp12/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 …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
H A D | StorageNotification.java | 67 private static class MoveInfo { class in StorageNotification 75 private final SparseArray<MoveInfo> mMoves = new SparseArray<>(); 134 final MoveInfo move = new MoveInfo(); 147 final MoveInfo move = mMoves.get(moveId); 495 private void onMoveProgress(MoveInfo move, int status, long estMillis) { in onMoveProgress() 536 private void onMoveFinished(MoveInfo move, int status) { in onMoveFinished() 757 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) { in buildWizardMigratePendingIntent() 780 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) { in buildWizardMovePendingIntent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerService.java | 17781 static class MoveInfo { class 17791 public MoveInfo(int moveId, String fromUuid, String toUuid, String packageName, in MoveInfo() method in MoveInfo 17892 final MoveInfo move; 17911 InstallParams(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer, in InstallParams() 18659 final MoveInfo move; 18685 InstallArgs(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer, in InstallArgs() 26390 final MoveInfo move; 26409 move = new MoveInfo(moveId, currentVolumeUuid, volumeUuid, packageName,
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 30779 …eManagerService$OriginInfo;Lcom/android/server/pm/PackageManagerService$MoveInfo;Landroid/content/… 54915 Lcom/android/server/pm/PackageManagerService$MoveInfo;
|