Home
last modified time | relevance | path

Searched refs:removeSource (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayFrames.java107 state.removeSource(ID_DISPLAY_CUTOUT_LEFT); in update()
113 state.removeSource(ID_DISPLAY_CUTOUT_TOP); in update()
119 state.removeSource(ID_DISPLAY_CUTOUT_RIGHT); in update()
125 state.removeSource(ID_DISPLAY_CUTOUT_BOTTOM); in update()
H A DInsetsPolicy.java275 state.removeSource(ID_IME); in enforceInsetsPolicyForTarget()
284 state.removeSource(provider.getId()); in enforceInsetsPolicyForTarget()
H A DInsetsStateController.java143 mState.removeSource(id); in removeSourceProvider()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DLocalBluetoothLeBroadcastAssistant.java184 public void removeSource(@NonNull BluetoothDevice sink, int sourceId) { in removeSource() method in LocalBluetoothLeBroadcastAssistant
192 mService.removeSource(sink, sourceId); in removeSource()
H A DLocalBluetoothLeBroadcast.java751 mServiceBroadcastAssistant.removeSource(device, receiveState.getSourceId()); in stopLocalSourceReceivers()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayPolicyLayoutTests.java204 realInsetsState.removeSource(InsetsSource.ID_IME); in assertSimulateLayoutSameDisplayFrames()
/aosp14/frameworks/base/core/java/android/view/
H A DInsetsController.java1897 mState.removeSource(ID_CAPTION_BAR); in setCaptionInsetsHeight()
1922 mState.removeSource(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()
H A DInsetsState.java562 public void removeSource(int id) { in removeSource() method in InsetsState
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DInsetsStateTest.java315 mState.removeSource(ID_IME); in testStripForDispatch()