Home
last modified time | relevance | path

Searched refs:MoveInfo (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java46 private ArrayList<MoveInfo> mPendingMoves = new ArrayList<>();
50 ArrayList<ArrayList<MoveInfo>> mMovesList = new ArrayList<>();
58 private static class MoveInfo { class in DefaultItemAnimator
62 MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { in MoveInfo() method in DefaultItemAnimator.MoveInfo
118 final ArrayList<MoveInfo> moves = new ArrayList<>(); in runPendingAnimations()
125 for (MoveInfo moveInfo : moves) { in runPendingAnimations()
274 mPendingMoves.add(new MoveInfo(holder, fromX, fromY, toX, toY)); in animateMove()
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()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DStorageNotification.java63 private static class MoveInfo { class in StorageNotification
71 private final SparseArray<MoveInfo> mMoves = new SparseArray<>();
130 final MoveInfo move = new MoveInfo();
143 final MoveInfo move = mMoves.get(moveId);
466 private void onMoveProgress(MoveInfo move, int status, long estMillis) { in onMoveProgress()
507 private void onMoveFinished(MoveInfo move, int status) { in onMoveFinished()
710 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) { in buildWizardMigratePendingIntent()
729 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) { in buildWizardMovePendingIntent()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java14444 static class MoveInfo {
14454 public MoveInfo(int moveId, String fromUuid, String toUuid, String packageName,
14569 final MoveInfo move;
14588 InstallParams(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer,
15106 final MoveInfo move;
15129 InstallArgs(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer,
22978 final MoveInfo move;
22998 move = new MoveInfo(moveId, currentVolumeUuid, volumeUuid, packageName,
/frameworks/base/services/
Dart-profile10649 …eManagerService$OriginInfo;Lcom/android/server/pm/PackageManagerService$MoveInfo;Landroid/content/…
19929 Lcom/android/server/pm/PackageManagerService$MoveInfo;