Home
last modified time | relevance | path

Searched defs:hasChanges (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java86 void continueLayout(boolean hasChanges) { in continueLayout()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactModifier.java385 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes) { in hasChanges() method in RawContactModifier
389 public static boolean hasChanges(RawContactDeltaList set, AccountTypeManager accountTypes, in hasChanges() method in RawContactModifier
452 private static boolean hasChanges(RawContactDelta state, AccountType accountType, in hasChanges() method in RawContactModifier
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DChannelEditorDialogController.kt227 private fun hasChanges(): Boolean { regex
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java132 void run(boolean hasChanges); in run()
/aosp12/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DComposerHal.cpp1460 bool CommandReader::hasChanges(Display display, in hasChanges() function in android::Hwc2::impl::CommandReader
/aosp12/hardware/qcom/display/msm8994/libhwcomposer/
H A DHWC2On1Adapter.cpp1354 bool HWC2On1Adapter::Display::hasChanges() const in hasChanges() function in android::HWC2On1Adapter::Display
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
H A DHWC2On1Adapter.cpp1267 bool HWC2On1Adapter::Display::hasChanges() const { in hasChanges() function in android::HWC2On1Adapter::Display
/aosp12/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp4284 bool hasChanges = mInputWindowCommands.merge(inputWindowCommands); in addInputWindowCommands() local