Searched refs:changed (Results 126 - 138 of 138) sorted by relevance

123456

/packages/apps/Calendar/src/com/android/calendar/
H A DEventInfoFragment.java1314 * Asynchronously saves the response to an invitation if the user changed
1317 * @return true if the database will be changed
1330 // If the status has not changed, then don't update the database
1930 // If the user has changed the list of reminders don't change what's
2202 boolean changed = EditEventHelper.saveReminders(ops, mEventId, mReminders,
2205 if (!changed) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollAdapterView.java310 /** flag for data changed, {@link #onLayout} will cleaning the whole view */
832 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
833 super.onLayout(changed, left, top, right, bottom);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java781 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
785 super.onLayout(changed, left, top, right, bottom);
1483 // We update the background after the checked state has changed
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java456 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoPage.java245 boolean changed, int left, int top, int right, int bottom) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java634 // Also, the page offset has changed (since the pages are now smaller);
645 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DWorkspace.java1284 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1288 super.onLayout(changed, left, top, right, bottom);
3521 // so we need to redraw the workspace when this may have changed.
H A DCellLayout.java1028 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
2595 // that the exact position of the item has changed to result in a new reordering outcome.
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAbstractActivityController.java383 * folders are tied to the current account being viewed. When the account is changed,
702 // If nothing has changed, return early without wasting any more time.
1009 // consider that the folder has changed.
1036 // folder changed.
1056 // If there was an existing folder AND we have changed
1146 // the folder has changed.
1199 * If the logging level has been changed since the previous run, start or stop the
1844 final boolean changed = info.markRead(read);
1845 if (changed) {
2673 * changed
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java170 * After data set change, we ask adapter the first view that changed.
171 * Any view from 0 to mFirstChangedPosition - 1 is not changed.
500 // We only need to {@link #populate()} if the margin has been changed.
1057 // can also cause a NPE if the view hierarchy changed in the middle of a drag
1567 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1605 // Before we do layout, if there are any pending animations and data has changed,
1647 // Animation should only play if data has changed since populate() can be called
1648 // multiple times with the same data set (e.g., screen size changed).
2077 // Bail early if we don't guard against jagged edges or if nothing has changed before
2085 // nothing has changed befor
[all...]
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java927 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DWorkspace.java734 // Update the model if we have changed any screens
944 // Update the model if we have changed any screens
1740 // In case accessibility state has changed, we need to perform this on every
1751 // Update wallpaper dimensions if they were changed since last onResume
1757 // Force the wallpaper offset steps to be set again, because another app might have changed
1763 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1768 super.onLayout(changed, left, top, right, bottom);
2574 * its value will be changed
4498 // so we need to redraw the workspace when this may have changed.
5028 // Re-inflate the widgets which have changed statu
[all...]
H A DCellLayout.java901 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
2489 // that the exact position of the item has changed to result in a new reordering outcome.

Completed in 528 milliseconds

123456