Home
last modified time | relevance | path

Searched refs:shouldUpdate (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListMixin.java181 boolean shouldUpdate = true; in updateDivider()
183 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()
185 if (shouldUpdate) { in updateDivider()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerMixin.java219 boolean shouldUpdate = true; in updateDivider()
221 shouldUpdate = templateLayout.isLayoutDirectionResolved(); in updateDivider()
223 if (shouldUpdate) { in updateDivider()
/frameworks/base/core/java/android/window/
DBackTouchTracker.java100 public void setShouldUpdateStartLocation(boolean shouldUpdate) { in setShouldUpdateStartLocation() argument
101 mShouldUpdateStartLocation = shouldUpdate; in setShouldUpdateStartLocation()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSFragmentLegacy.java222 public void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() argument
224 mQsImpl.setShouldUpdateSquishinessOnMedia(shouldUpdate); in setShouldUpdateSquishinessOnMedia()
DQSImpl.java625 public void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() argument
626 if (DEBUG) Log.d(TAG, "setShouldUpdateSquishinessOnMedia " + shouldUpdate); in setShouldUpdateSquishinessOnMedia()
627 mShouldUpdateMediaSquishiness = shouldUpdate; in setShouldUpdateSquishinessOnMedia()
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
DQS.java98 default void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) {} in setShouldUpdateSquishinessOnMedia() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java429 boolean shouldUpdate = storedTile.getContactAffinity() != affinity || outdatedBirthdayStatus in updateTileContactFields()
431 if (shouldUpdate) { in updateTileContactFields()
/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerService.java1484 boolean shouldUpdate = false; in requestDemuxInternal()
1494 shouldUpdate = true; in requestDemuxInternal()
1500 shouldUpdate = true; in requestDemuxInternal()
1503 if (shouldUpdate) { in requestDemuxInternal()
/frameworks/base/media/java/android/media/
DMediaRouter2.java544 boolean shouldUpdate = in requestScan()
548 if (shouldUpdate) { in requestScan()
590 boolean shouldUpdate = in cancelScanRequest()
595 if (shouldUpdate) { in cancelScanRequest()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java902 private void setShouldUpdateSquishinessOnMedia(boolean shouldUpdate) { in setShouldUpdateSquishinessOnMedia() argument
904 mQs.setShouldUpdateSquishinessOnMedia(shouldUpdate); in setShouldUpdateSquishinessOnMedia()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityRecordTests.java2428 boolean shouldUpdate, boolean activityChange) { in verifyProcessInfoUpdate() argument
2431 verify(activity.app, times(shouldUpdate ? 1 : 0)).updateProcessInfo(anyBoolean(), in verifyProcessInfoUpdate()