Searched refs:needsUpdate (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java1089 boolean needsUpdate = false;
1094 needsUpdate = true;
1099 needsUpdate = true;
1104 needsUpdate = true;
1108 needsUpdate = true;
1114 needsUpdate = true;
1118 needsUpdate = true;
1122 needsUpdate = true;
1126 needsUpdate = true;
1138 needsUpdate
[all...]
/packages/apps/Browser/src/com/android/browser/
H A DNavigationBarBase.java102 if (hasFocus || view.isInTouchMode() || mUrlInput.needsUpdate()) {
107 } else if (!mUrlInput.needsUpdate()) {
H A DUrlInputView.java146 boolean needsUpdate() { method in class:UrlInputView
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCachingPipeline.java446 boolean needsUpdate = false;
458 needsUpdate = true;
467 needsUpdate = true;
470 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName());
472 return needsUpdate;

Completed in 139 milliseconds