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/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java132 void run(boolean hasChanges); in run() argument
297 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
298 if (hasChanges) { in handleMessage()
315 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
316 if (hasChanges) { in handleMessage()
326 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in handleMessage()
327 if (hasChanges) { in handleMessage()
671 updateEmbeddedSubscriptions(cardIds, (hasChanges) -> { in updateSubscriptionInfoByIccId()
672 if (hasChanges) { in updateSubscriptionInfoByIccId()
727 boolean hasChanges = false; in updateEmbeddedSubscriptions()
[all …]
/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/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java472 boolean hasChanges = false; in hasPendingLayoutChanges()
482 hasChanges = true; in hasPendingLayoutChanges()
486 return hasChanges; in hasPendingLayoutChanges()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DComposerHal.cpp654 mReader.hasChanges(display, outNumTypes, outNumRequests); in validateDisplay()
676 mReader.hasChanges(display, outNumTypes, outNumRequests); in presentOrValidateDisplay()
1370 bool CommandReader::hasChanges(Display display, in hasChanges() function in android::Hwc2::impl::CommandReader
DComposerHal.h226 bool hasChanges(Display display, uint32_t* outNumChangedCompositionTypes,
/frameworks/base/core/java/android/text/
DTextUtils.java1193 return edits.hasChanges() ? result : source; in toUpperCase()
1198 if (!edits.hasChanges()) { in toUpperCase()