/frameworks/base/packages/SystemUI/src/com/android/systemui/display/ui/view/ |
D | MirroringConfirmationDialogDelegate.kt | 121 onInsetsChanged(changedTypes = allAnimationMasks(animations), insets) in <lambda>() 128 private fun onInsetsChanged(changedTypes: Int, insets: WindowInsets) { in <lambda>() 130 if (changedTypes and navbarType != 0) { in <lambda>()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | Display.cpp | 291 applyChangedTypesToLayers(changes->changedTypes); in applyCompositionStrategy() 320 void Display::applyChangedTypesToLayers(const ChangedTypes& changedTypes) { in applyChangedTypesToLayers() argument 321 if (changedTypes.empty()) { in applyChangedTypesToLayers() 331 if (auto it = changedTypes.find(hwcLayer); it != changedTypes.end()) { in applyChangedTypesToLayers()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | EmbeddedWindowController.java | 376 final int changedTypes = mRequestedVisibleTypes ^ requestedVisibleTypes; in setRequestedVisibleTypes() local 378 return changedTypes; in setRequestedVisibleTypes()
|
D | Session.java | 707 final @InsetsType int changedTypes = in updateRequestedVisibleTypes() local 710 changedTypes, imeStatsToken); in updateRequestedVisibleTypes() 727 final @InsetsType int changedTypes = embeddedWindow.setRequestedVisibleTypes( in updateRequestedVisibleTypes() local 731 embeddedWindow, changedTypes, imeStatsToken); in updateRequestedVisibleTypes()
|
D | InsetsStateController.java | 222 void onRequestedVisibleTypesChanged(InsetsTarget caller, @InsetsType int changedTypes, in onRequestedVisibleTypesChanged() argument 229 if ((type & changedTypes) != 0) { in onRequestedVisibleTypesChanged()
|
D | InsetsPolicy.java | 449 void onRequestedVisibleTypesChanged(InsetsTarget caller, @InsetsType int changedTypes, in onRequestedVisibleTypesChanged() argument 451 mStateController.onRequestedVisibleTypesChanged(caller, changedTypes, statsToken); in onRequestedVisibleTypesChanged()
|
D | WindowState.java | 806 final int changedTypes = mRequestedVisibleTypes ^ requestedVisibleTypes; in setRequestedVisibleTypes() local 808 return changedTypes; in setRequestedVisibleTypes()
|
D | DisplayContent.java | 7076 final int changedTypes = mRequestedVisibleTypes ^ newRequestedVisibleTypes; in updateRequestedVisibleTypes() local 7078 return changedTypes; in updateRequestedVisibleTypes()
|
D | WindowManagerService.java | 4769 final @InsetsType int changedTypes = in updateDisplayWindowRequestedVisibleTypes() local 4775 dc.mRemoteInsetsControlTarget, changedTypes, statsToken); in updateDisplayWindowRequestedVisibleTypes()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsStateControllerTest.java | 205 final @InsetsType int changedTypes = base.setRequestedVisibleTypes(ime(), ime()); in testStripForDispatch_imeOrderChanged() local 206 getController().onRequestedVisibleTypesChanged(base, changedTypes, null /* statsToken */); in testStripForDispatch_imeOrderChanged() 513 final @InsetsType int changedTypes = app.setRequestedVisibleTypes(ime(), ime()); in testUpdateAboveInsetsState_imeTargetOnScreenBehavior() local 514 getController().onRequestedVisibleTypesChanged(app, changedTypes, null /* statsToken */); in testUpdateAboveInsetsState_imeTargetOnScreenBehavior()
|
D | InsetsPolicyTest.java | 404 final @InsetsType int changedTypes = mAppWindow.setRequestedVisibleTypes( in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls() local 406 policy.onRequestedVisibleTypesChanged(mAppWindow, changedTypes, null /* statsToken */); in testAbortTransientBars_bothCanBeAborted_appGetsBothRealControls()
|
/frameworks/native/services/surfaceflinger/DisplayHardware/ |
D | HWComposer.h | 102 ChangedTypes changedTypes; member 338 return lhs.changedTypes == rhs.changedTypes && lhs.displayRequests == rhs.displayRequests &&
|
D | HWComposer.cpp | 582 android::HWComposer::DeviceRequestedChanges::ChangedTypes changedTypes; in getDeviceCompositionChanges() local 583 changedTypes.reserve(numTypes); in getDeviceCompositionChanges() 584 error = hwcDisplay->getChangedCompositionTypes(&changedTypes); in getDeviceCompositionChanges() 601 outChanges->emplace(DeviceRequestedChanges{std::move(changedTypes), std::move(displayRequests), in getDeviceCompositionChanges()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
D | DisplayTest.cpp | 616 EXPECT_CALL(*mDisplay, applyChangedTypesToLayers(mDeviceRequestedChanges.changedTypes)) in TEST_F() 669 EXPECT_CALL(*mDisplay, applyChangedTypesToLayers(mDeviceRequestedChanges.changedTypes)) in TEST_F()
|