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

123456

/packages/apps/Launcher2/src/com/android/launcher2/
H A DUninstallShortcutReceiver.java110 boolean changed = false;
119 changed = true;
132 if (changed) {
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversationInfo.java135 boolean changed = false;
137 changed |= pi.markRead(read);
144 return changed;
/packages/apps/Settings/src/com/android/settings/widget/
H A DStickyHeaderListView.java75 protected void onLayout(boolean changed, int l, int t, int r, int b) { argument
76 super.onLayout(changed, l, t, r, b);
H A DSetupWizardIllustration.java115 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
139 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Browser/src/com/android/browser/
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/Camera2/src/com/android/camera/ui/
H A DBottomBarModeOptionsWrapper.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java245 Set<Uri> changed;
247 changed = new HashSet<Uri>(mChangedUris);
251 for (Uri uri : changed) {
255 return changed;
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java312 boolean changed = updateSuggestedContactIds(cursor);
313 if (!changed) {
340 boolean changed = count != mSuggestedContactIds.length;
344 if (!changed &&
346 changed = true;
351 if (changed) {
360 return changed;
/packages/apps/Camera/src/com/android/camera/ui/
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);
/packages/apps/Dialer/src/com/android/dialer/list/
H A DDialerPhoneNumberListAdapter.java163 * @return True if the shortcut state (disabled vs enabled) was changed by this operation
166 final boolean changed = mShortcutEnabled[shortcutType] != visible;
168 return changed;
H A DTileInteractionTeaserView.java59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
60 super.onLayout(changed, left, top, right, bottom);
70 // The text top is changed when we move the arrow, so we need to
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DButteryProgressBar.java122 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
123 if (changed) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DButtonSwitcher.java68 protected void onLayout(final boolean changed, final int left, final int top, final int right, argument
70 super.onLayout(changed, left, top, right, bottom);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
H A DMtpImageView.java185 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
186 super.onLayout(changed, left, top, right, bottom);
187 if (changed && getScaleType() == ScaleType.MATRIX) {
190 if (mShowOverlayIcon && changed && mOverlayIcon != null) {
/packages/apps/Browser/src/com/android/browser/provider/
H A DSQLiteContentProvider.java235 Set<Uri> changed;
237 changed = new HashSet<Uri>(mChangedUris);
241 for (Uri uri : changed) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DLocalMergeAlbum.java177 boolean changed = false;
179 if (mSources[i].reload() > mDataVersion) changed = true;
181 if (changed) {
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DListDialogPreference.java198 final boolean changed = mValue != value;
199 if (changed || !mValueSet) {
204 if (changed) {
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictEncoderUtils.java360 * contents (as in, any of the addresses stored in the cache fields) have changed with
365 * @return false if none of the cached addresses inside the node array changed, true otherwise.
369 boolean changed = false;
374 changed = true;
398 changed = true;
400 return changed;
473 final boolean changed = computeActualPtNodeArraySize(ptNodeArray, dict);
479 changesDone |= changed;
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java203 public void onLayout(boolean changed, int l, int t, int r, int b) { argument
204 super.onLayout(changed, l, t, r, b);
205 if (changed && mFilmstripView != null && getVisibility() == INVISIBLE) {
H A DModeOptions.java144 public void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
145 if (changed) {
170 super.onLayout(changed, left, top, right, bottom);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DClockFragment.java66 boolean changed = action.equals(Intent.ACTION_TIME_CHANGED)
69 if (changed) {
94 if (changed || action.equals(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED)) {
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorPadLayout.java59 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/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
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBar.java88 boolean changed, int left, int top, int right, int bottom) {
87 onLayout( boolean changed, int left, int top, int right, int bottom) argument
H A DZoomControlBar.java126 boolean changed, int left, int top, int right, int bottom) {
125 onLayout( boolean changed, int left, int top, int right, int bottom) argument

Completed in 777 milliseconds

123456