Home
last modified time | relevance | path

Searched refs:needsUpdate (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
DContactInfoHelper.java477 boolean needsUpdate = false; in updateCallLogContactInfo()
482 needsUpdate = true; in updateCallLogContactInfo()
487 needsUpdate = true; in updateCallLogContactInfo()
492 needsUpdate = true; in updateCallLogContactInfo()
497 needsUpdate = true; in updateCallLogContactInfo()
504 needsUpdate = true; in updateCallLogContactInfo()
509 needsUpdate = true; in updateCallLogContactInfo()
514 needsUpdate = true; in updateCallLogContactInfo()
520 needsUpdate = true; in updateCallLogContactInfo()
525 needsUpdate = true; in updateCallLogContactInfo()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCachingPipeline.java447 boolean needsUpdate = false; in prepareRenderscriptAllocations()
459 needsUpdate = true; in prepareRenderscriptAllocations()
468 needsUpdate = true; in prepareRenderscriptAllocations()
471 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName()); in prepareRenderscriptAllocations()
473 return needsUpdate; in prepareRenderscriptAllocations()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DGroupedTaskView.java149 if (needsUpdate(changes, FLAG_UPDATE_THUMBNAIL)) { in onTaskListVisibilityChanged()
156 if (needsUpdate(changes, FLAG_UPDATE_ICON)) { in onTaskListVisibilityChanged()
166 if (needsUpdate(changes, FLAG_UPDATE_THUMBNAIL)) { in onTaskListVisibilityChanged()
172 if (needsUpdate(changes, FLAG_UPDATE_ICON)) { in onTaskListVisibilityChanged()
DTaskView.java979 if (needsUpdate(changes, FLAG_UPDATE_THUMBNAIL)) {
985 if (needsUpdate(changes, FLAG_UPDATE_ICON)) {
993 if (needsUpdate(changes, FLAG_UPDATE_THUMBNAIL)) {
999 if (needsUpdate(changes, FLAG_UPDATE_ICON)) {
1005 protected boolean needsUpdate(@TaskDataChanges int dataChange, @TaskDataChanges int flag) {
DDesktopTaskView.java250 if (needsUpdate(changes, FLAG_UPDATE_THUMBNAIL)) { in onTaskListVisibilityChanged()
265 if (needsUpdate(changes, FLAG_UPDATE_THUMBNAIL)) { in onTaskListVisibilityChanged()
/packages/apps/Dialer/java/com/android/dialer/shortcuts/
DDialerShortcut.java146 boolean needsUpdate(@NonNull ShortcutInfo oldInfo) { in needsUpdate() method in DialerShortcut
DPinnedShortcuts.java141 if (shortcut.needsUpdate(shortcutInfo)) { in refresh()
DDynamicShortcuts.java185 if (newShortcut.needsUpdate(oldInfo)) { in computeDelta()