Searched defs:MoveInfo (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DStorageNotification.java63 private static class MoveInfo { class in class:StorageNotification
71 private final SparseArray<MoveInfo> mMoves = new SparseArray<>();
123 final MoveInfo move = new MoveInfo();
136 final MoveInfo move = mMoves.get(moveId);
437 private void onMoveProgress(MoveInfo move, int status, long estMillis) {
477 private void onMoveFinished(MoveInfo move, int status) {
635 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) {
648 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DDefaultItemAnimator.java40 private ArrayList<MoveInfo> mPendingMoves = new ArrayList<MoveInfo>();
45 private ArrayList<ArrayList<MoveInfo>> mMovesList = new ArrayList<ArrayList<MoveInfo>>();
53 private static class MoveInfo { class in class:DefaultItemAnimator
57 private MoveInfo(ViewHolder holder, int fromX, int fromY, int toX, int toY) { method in class:DefaultItemAnimator.MoveInfo
113 final ArrayList<MoveInfo> moves = new ArrayList<MoveInfo>();
120 for (MoveInfo moveInfo : moves) {
267 mPendingMoves.add(new MoveInfo(holde
[all...]
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java10429 class MoveInfo { class in class:PackageManagerService
10438 public MoveInfo(int moveId, String fromUuid, String toUuid, String packageName, method in class:PackageManagerService.MoveInfo
10452 final MoveInfo move;
10464 InstallParams(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer,
10897 final MoveInfo move;
10914 InstallArgs(OriginInfo origin, MoveInfo move, IPackageInstallObserver2 observer,
16041 final MoveInfo move;
16064 move = new MoveInfo(moveId, currentVolumeUuid, volumeUuid, packageName,

Completed in 224 milliseconds