Searched refs:moves (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Dialer/src/com/android/car/dialer/ |
D | StrequentsItemAnimator.java | 109 final ArrayList<MoveInfo> moves = new ArrayList<MoveInfo>(); in runPendingAnimations() local 110 moves.addAll(mPendingMoves); in runPendingAnimations() 111 mMovesList.add(moves); in runPendingAnimations() 116 for (MoveInfo moveInfo : moves) { in runPendingAnimations() 120 moves.clear(); in runPendingAnimations() 121 mMovesList.remove(moves); in runPendingAnimations() 125 View view = moves.get(0).holder.itemView; in runPendingAnimations() 460 ArrayList<MoveInfo> moves = mMovesList.get(i); in endAnimation() local 461 for (int j = moves.size() - 1; j >= 0; j--) { in endAnimation() 462 MoveInfo moveInfo = moves.get(j); in endAnimation() [all …]
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | MessageMove.java | 166 final ArrayList<MessageMove> moves = new ArrayList(moveCount); in getMoves() local 175 moves.add(move); in getMoves() 181 if (moves.isEmpty()) { in getMoves() 184 return moves; in getMoves()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |