Searched defs:changed (Results 76 - 95 of 95) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java690 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
691 super.onLayout(changed, left, top, right, bottom);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationContainer.java712 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DMessageHeaderView.java1025 * as their state has not changed.
1501 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1504 super.onLayout(changed, l, t, r, b);
H A DConversationItemView.java748 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
752 super.onLayout(changed, left, top, right, bottom);
1716 // We update the background after the checked state has changed
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java87 * True when the layout has changed but the traversal has not come through yet.
1435 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1436 super.onLayout(changed, l, t, r, b);
H A DMediaLinearLayout.java978 // Check if the type or duration had changed
1253 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
2336 // Return early if the new duration has not changed. We don't have to
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListItemView.java493 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DGlowPadView.java1020 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1021 super.onLayout(changed, left, top, right, bottom);
1057 // Reposition the target drawables if the view changed.
/packages/apps/Dialer/src/com/android/dialer/list/
H A DPhoneFavoritesTileAdapter.java596 boolean changed = false;
607 changed = true;
617 if (changed && mDropEntryIndex < PIN_LIMIT) {
832 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
838 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery/src/com/android/camera/
H A DGridViewSpecial.java55 public void onLayoutComplete(boolean changed); argument
192 public void onLayout(boolean changed, int left, int top, argument
194 super.onLayout(changed, left, top, right, bottom);
228 // changed. For example, orientation changed from portrait to landscape.
241 mListener.onLayoutComplete(changed);
254 // drawing. The cache must be updated if the cell size is changed.
455 // If the the underlying data is changed, for example,
456 // an image is deleted, or the size choice is changed,
784 // may have changed (becaus
[all...]
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java1107 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1108 super.onLayout(changed, left, top, right, bottom);
1146 // Reposition the target drawables if the view changed.
/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 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.
H A DWorkspace.java1283 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1287 super.onLayout(changed, left, top, right, bottom);
3520 // so we need to redraw the workspace when this may have changed.
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java425 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
426 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DFilmStripView.java257 // Only some of the data is changed. The listener should check
1257 // If the layout changed, we need to adjust the current position so
1418 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1425 // If in the middle of zooming, only re-layout when the layout has changed.
1426 if (!mController.isZoomStarted() || changed) {
1428 layoutViewItems(changed);
1542 // The end of the filmstrip might have been changed.
1844 /** Some of the data is changed. */
/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 DCellLayout.java997 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
2570 // that the exact position of the item has changed to result in a new reordering outcome.
H A DPagedView.java907 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DWorkspace.java762 // Update the model if we have changed any screens
1554 // In case accessibility state has changed, we need to perform this on every
1567 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1572 super.onLayout(changed, left, top, right, bottom);
4146 // so we need to redraw the workspace when this may have changed.

Completed in 613 milliseconds

1234