Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayFrames.java108 state.removeSource(ID_DISPLAY_CUTOUT_LEFT); in update()
115 state.removeSource(ID_DISPLAY_CUTOUT_TOP); in update()
122 state.removeSource(ID_DISPLAY_CUTOUT_RIGHT); in update()
129 state.removeSource(ID_DISPLAY_CUTOUT_BOTTOM); in update()
DInsetsPolicy.java273 state.removeSource(ID_IME); in enforceInsetsPolicyForTarget()
282 state.removeSource(provider.getId()); in enforceInsetsPolicyForTarget()
DInsetsStateController.java143 mState.removeSource(id); in removeSourceProvider()
/frameworks/compile/libbcc/include/bcc/
DBCCContext.h43 void removeSource(Source &pSource);
/frameworks/compile/libbcc/lib/
DBCCContext.cpp58 void BCCContext::removeSource(Source &pSource) in removeSource() function in BCCContext
DSource.cpp206 mContext.removeSource(*this); in ~Source()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastAssistant.java222 public void removeSource(@NonNull BluetoothDevice sink, int sourceId) { in removeSource() method in LocalBluetoothLeBroadcastAssistant
230 mService.removeSource(sink, sourceId); in removeSource()
DLocalBluetoothLeBroadcast.java1113 mServiceBroadcastAssistant.removeSource(device, receiveState.getSourceId()); in stopLocalSourceReceivers()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayPolicyLayoutTests.java204 realInsetsState.removeSource(InsetsSource.ID_IME); in assertSimulateLayoutSameDisplayFrames()
/frameworks/base/core/java/android/view/
DInsetsState.java541 public void removeSource(int id) { in removeSource() method in InsetsState
DInsetsController.java2119 mState.removeSource(ID_IME_CAPTION_BAR); in setImeCaptionBarInsetsHeight()
/frameworks/base/core/tests/coretests/src/android/view/
DInsetsStateTest.java319 mState.removeSource(ID_IME); in testStripForDispatch()