Home
last modified time | relevance | path

Searched refs:hasChanges (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
DZenRadioLayout.java48 boolean hasChanges = false; in onMeasure()
60 hasChanges = true; in onMeasure()
65 if (hasChanges) { in onMeasure()
/frameworks/native/services/surfaceflinger/tests/hwc2/
DHwc2Test.cpp1464 bool hasChanges; in displayNonValidatedLayers() local
1482 &numRequests, &hasChanges)); in displayNonValidatedLayers()
1740 bool hasChanges, skip; in presentDisplays() local
1750 &numRequests, &hasChanges)); in presentDisplays()
1751 if (hasChanges) in presentDisplays()
1831 bool hasChanges, skip; in createAndPresentVirtualDisplay() local
1845 &numRequests, &hasChanges)); in createAndPresentVirtualDisplay()
1847 if (hasChanges) in createAndPresentVirtualDisplay()
3431 bool hasChanges = false; in TEST_F() local
3434 &numRequests, &hasChanges)); in TEST_F()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java718 boolean hasChanges = false; in updateEmbeddedSubscriptions()
749 hasChanges = true; in updateEmbeddedSubscriptions()
773 hasChanges = true; in updateEmbeddedSubscriptions()
780 return hasChanges; in updateEmbeddedSubscriptions()
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java464 boolean hasChanges = false; in hasPendingLayoutChanges()
474 hasChanges = true; in hasPendingLayoutChanges()
478 return hasChanges; in hasPendingLayoutChanges()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp610 mReader.hasChanges(display, outNumTypes, outNumRequests); in validateDisplay()
632 mReader.hasChanges(display, outNumTypes, outNumRequests); in presentOrValidateDisplay()
1162 bool CommandReader::hasChanges(Display display, in hasChanges() function in android::Hwc2::impl::CommandReader
DComposerHal.h207 bool hasChanges(Display display, uint32_t* outNumChangedCompositionTypes,
/frameworks/base/core/java/android/text/
DTextUtils.java1119 return edits.hasChanges() ? result : source; in toUpperCase()
1124 if (!edits.hasChanges()) { in toUpperCase()