Searched refs:removed (Results 51 - 54 of 54) sorted by relevance

123

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java751 * @param viewHolder The ViewHolder to be removed
769 * @param view The view to be removed
771 * @return true if an animating view is removed
775 final boolean removed = mChildHelper.removeViewIfHidden(view);
776 if (removed) {
785 return removed;
1993 * REMOVED: items were visible before layout and were removed by the app
2005 * REMOVED views are removed ({@link ItemAnimator#animateRemove(ViewHolder)})
2034 // Step 0: Find out where all non-removed items are, pre-layout
2050 // is expected to layout everything, even removed item
[all...]
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java292 // Skip any partially created/removed users
402 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) {
403 if (!removed) {
1022 * @param info Authority for which the sync is to be removed.
2424 // if it's still removed
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java368 // removed authenticators.
494 public void onServiceChanged(AuthenticatorDescription desc, int userId, boolean removed) { argument
1245 // Owner's account was removed, remove from any users that are sharing
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java188 * Activities that specify No History must be removed once the user navigates away from them.
207 // waiting for all Activities in mUndrawnActivitiesBelowTopTranslucent to be removed as they
208 // are drawn. When the last member of mUndrawnActivitiesBelowTopTranslucent is removed the
1937 // Last activity in task had been removed or ActivityManagerService is reusing task.
2231 // If the activity should just be removed -- either
2431 // was removed from the task, propagate them to the new real top.
2678 * @return Returns true if this activity has been removed from the history
2679 * list, or false if it is still in the list and will be removed later.
2720 // Tell window manager to prepare for this one to be removed.
2798 " destroy returned removed
[all...]

Completed in 210 milliseconds

123