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

123456

/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeTransitionView.java194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DModeListView.java213 * Gets called when the window focus has changed.
929 * is only called when the visibility has actually changed and not on
1262 * mode list changed.
1318 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1319 super.onLayout(changed, left, top, right, bottom);
1341 // When the preview area has changed, to avoid visual disruption we
1642 * When visible width of list is changed, the background of the list needs
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DManageCachePage.java104 boolean changed, int left, int top, int right, int bottom) {
H A DAlbumPage.java153 boolean changed, int left, int top, int right, int bottom) {
H A DAlbumSetPage.java132 boolean changed, int left, int top, int right, int bottom) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java243 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DDragLayer.java407 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
408 super.onLayout(changed, l, t, r, b);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewCellLayout.java237 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DDragLayer.java480 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
481 super.onLayout(changed, l, t, r, b);
842 // between platform versions 17 and 18, behavior for onChildViewRemoved / Added changed.
H A DAppsCustomizePagedView.java360 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
361 super.onLayout(changed, l, t, r, b);
1469 // changed (ie. the title), and this will ensure that the items will be in their proper
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlWheel.java331 boolean changed, int left, int top, int right, int bottom) {
330 onLayout( boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/Calendar/src/com/android/calendar/event/
H A DEditEventFragment.java686 boolean changed = EditEventHelper.saveReminders(ops, mModel.mId, mModel.mReminders,
689 if (!changed) {
930 // TODO Requery to see if event has changed
/packages/apps/Gallery/src/com/android/camera/
H A DCropImage.java565 protected void onLayout(boolean changed, int left, int top, argument
567 super.onLayout(changed, left, top, right, bottom);
754 // If the cropping rectangle's size changed significantly, change the
H A DImageGallery.java737 public void onLayoutComplete(boolean changed) { argument
/packages/apps/Browser/src/com/android/browser/view/
H A DPieMenu.java53 * returns if pie state has been changed
208 boolean changed = mController.onOpen();
H A DScrollerView.java81 * True when the layout has changed but the traversal has not come through yet.
1736 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1737 super.onLayout(changed, l, t, r, b);
/packages/apps/Gallery2/src/com/android/photos/views/
H A DGalleryThumbnailView.java151 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
648 // and onscreen views if they have changed instead of removing all of the state here.
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java1112 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1113 super.onLayout(changed, left, top, right, bottom);
1151 // Reposition the target drawables if the view changed.
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageHeaderView.java1466 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1469 super.onLayout(changed, l, t, r, b);
H A DConversationContainer.java708 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderListFragment.java640 // Only reset the cache if the account has changed.
768 /** Notifies the adapter that the data has changed. */
1399 final boolean changed = (account != null) && (mCurrentAccount == null
1402 if (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/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripView.java224 * because the value might be changed during in {@code onLayout()}.
699 * Called after current item or zoom level has changed.
1090 // If the layout changed, we need to adjust the current position so
1255 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
1263 // changed.
1264 if (!inZoomView() || changed) {
1266 layoutViewItems(changed);
1364 // The end of the filmstrip might have been changed.
1653 /** Some of the data is changed. */
2633 // The data might be changed
[all...]
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DOverlappingPaneLayout.java563 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument

Completed in 677 milliseconds

123456