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.java67 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()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java17652 static class MoveInfo { class
17662 public MoveInfo(int moveId, String fromUuid, String toUuid, String packageName, in MoveInfo() method in MoveInfo
17763 final MoveInfo move;
17782 InstallParams(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer, in InstallParams()
18530 final MoveInfo move;
18556 InstallArgs(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer, in InstallArgs()
26247 final MoveInfo move;
26266 move = new MoveInfo(moveId, currentVolumeUuid, volumeUuid, packageName,
/frameworks/base/services/
Dart-profile30779 …eManagerService$OriginInfo;Lcom/android/server/pm/PackageManagerService$MoveInfo;Landroid/content/…
54915 Lcom/android/server/pm/PackageManagerService$MoveInfo;