Searched defs:changed (Results 1 - 25 of 95) sorted by path

1234

/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java224 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
225 super.onLayout(changed, l, t, r, b);
H A DTabBar.java168 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
358 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
359 super.onLayout(changed, l, t, r, b);
H A DTabScrollView.java85 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
86 super.onLayout(changed, left, top, right, bottom);
233 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
234 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Browser/src/com/android/browser/view/
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);
H A DStopProgressView.java73 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
74 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera/src/com/android/camera/
H A DPreviewFrameLayout.java140 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
141 super.onLayout(changed, l, t, r, b);
142 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
/packages/apps/Camera/src/com/android/camera/ui/
H A DLayoutChangeHelper.java36 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
38 if (mFirstTimeLayout || changed) {
H A DLayoutNotifyView.java44 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
45 super.onLayout(changed, l, t, r, b);
46 mLayoutChangeHelper.onLayout(changed, l, t, r, b);
H A DRenderOverlay.java141 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
143 super.onLayout(changed, left, top, right, bottom);
H A DSwitch.java343 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
344 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
H A DTinyPlanetPreview.java38 * Called when the preview size has changed.
103 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
104 super.onLayout(changed, left, top, right, bottom);
105 if (changed && mPreviewSizeListener != null) {
/packages/apps/Camera2/src/com/android/camera/ui/
H A DCameraControls.java60 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DCameraRootView.java168 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
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. */
H A DModuleSwitcher.java329 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
330 super.onLayout(changed, left, top, right, bottom);
H A DRenderOverlay.java152 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
154 super.onLayout(changed, left, top, right, bottom);
H A DSwitch.java334 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
335 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailTabCarousel.java202 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
203 super.onLayout(changed, l, t, r, b);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java141 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DInterpolatingLayout.java279 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/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
H A DContactListPinnedHeaderView.java115 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DContactTileAdapter.java574 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
581 super.onLayout(changed, left, top, right, bottom);
H A DPinnedHeaderListView.java129 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
130 super.onLayout(changed, l, t, r, b);
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DProportionalLayout.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument

Completed in 1122 milliseconds

1234