Searched refs:needsUpdate (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/ |
D | ContactInfoHelper.java | 477 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/ |
D | CachingPipeline.java | 447 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/ |
D | GroupedTaskView.java | 149 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()
|
D | TaskView.java | 979 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) {
|
D | DesktopTaskView.java | 250 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/ |
D | DialerShortcut.java | 146 boolean needsUpdate(@NonNull ShortcutInfo oldInfo) { in needsUpdate() method in DialerShortcut
|
D | PinnedShortcuts.java | 141 if (shortcut.needsUpdate(shortcutInfo)) { in refresh()
|
D | DynamicShortcuts.java | 185 if (newShortcut.needsUpdate(oldInfo)) { in computeDelta()
|