Searched refs:MoveInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
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 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/ |
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() 748 private PendingIntent buildWizardMigratePendingIntent(MoveInfo move) { in buildWizardMigratePendingIntent() 770 private PendingIntent buildWizardMovePendingIntent(MoveInfo move) { in buildWizardMovePendingIntent()
|
/frameworks/base/services/ |
D | art-profile | 24590 …eManagerService$OriginInfo;Lcom/android/server/pm/PackageManagerService$MoveInfo;Landroid/content/… 44230 Lcom/android/server/pm/PackageManagerService$MoveInfo;
|