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

123456

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileAdapter.java546 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
552 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/Gallery2/src/com/android/gallery3d/ui/
H A DGLRootView.java275 boolean changed, int left, int top, int right, int bottom) {
276 if (changed) requestLayoutContentPane();
287 // The GL Object has changed
288 Log.i(TAG, "GLObject has changed from " + mGL + " to " + gl);
274 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DSlotView.java158 // is changed (like orientation change). We choose to keep the center
711 // Return true if the layout parameters have been changed
713 boolean changed = mLayout.setSlotCount(slotCount);
722 return changed;
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java99 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
173 super.onLayout(changed, left, top, right, bottom);
H A DSlideView.java466 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
467 super.onLayout(changed, left, top, right, bottom);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java154 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
155 super.onLayout(changed, l, t, r, b);
224 * child view has changed.
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapService.java605 boolean changed = false;
627 changed = true;
645 changed = true;
668 return changed;
/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/Gallery2/src/com/android/gallery3d/app/
H A DTimeBar.java173 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DTrimTimeBar.java167 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DCommonControllerOverlay.java266 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DSlideshowPage.java94 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
H A DPhotoDataAdapter.java242 // First check if data actually changed.
243 boolean changed = false;
248 changed = true;
252 if (!changed) return;
/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java135 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java180 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSecondLevelIndicatorControlBar.java173 boolean changed, int left, int top, int right, int bottom) {
172 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DZoomControlWheel.java145 boolean changed, int left, int top, int right, int bottom) {
144 onLayout( boolean changed, int left, int top, int right, int bottom) argument
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartView.java96 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
H A DChartSweepView.java695 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
696 super.onLayout(changed, left, top, right, bottom);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAttachmentTileGrid.java180 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
H A DConversationViewFragment.java137 // lagging the app), however, the view in focus might have changed between ACTION_UP and
259 // if overview mode has changed, re-render completely (no need to also update headers)
724 // re-evaluate the message parts of the view state, since the messages may have changed
1099 // When WebKit says the DOM height has changed, re-measure
1498 final boolean changed = newCursor.getStateHashCode() != oldState;
1500 if (!changed) {
1580 boolean changed = false;
1600 // update changed message bodies in-place
1603 // maybe just set a flag to notify JS to re-request changed bodies
1615 changed
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationCursor.java1039 * Must be called on UI thread; notify listeners that data has changed
1060 // if a new query intervened (i.e. user changed folders)
1411 // If we're here, then something outside of the UI has changed the data, and we
1630 // Notify listeners that data has changed
1878 * Data in the underlying provider has changed; a refresh is required to sync up
1886 * The data underlying the cursor has changed; the UI should redraw the list
2378 final boolean changed = !mNotificationTempDeleted.isEmpty();
2386 if (changed) {
2413 boolean changed = false;
2437 changed
[all...]
/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);
/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

Completed in 449 milliseconds

123456