/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 117 mConsumer.setControl( in setup() 184 mConsumer.setControl(null, new int[1], new int[1]); in testRestore() 189 mConsumer.setControl( in testRestore() 202 mConsumer.setControl(null, new int[1], new int[1]); in testRestore_noAnimation() 207 mConsumer.setControl( in testRestore_noAnimation() 238 imeConsumer.setControl(new InsetsSourceControl(ID_IME, ime(), mLeash, in testWontUpdateImeLeashVisibility_whenAnimation() 247 imeConsumer.setControl(new InsetsSourceControl(ID_IME, ime(), mLeash, in testWontUpdateImeLeashVisibility_whenAnimation()
|
D | InsetsAnimationControlImplTest.java | 102 topConsumer.setControl( in setup() 110 navConsumer.setControl( in setup()
|
/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 215 public boolean setControl(@Nullable InsetsSourceControl control, int[] showTypes, in setControl() method in ImeInsetsSourceConsumer 218 return super.setControl(control, showTypes, hideTypes); in setControl() 222 if (!super.setControl(control, showTypes, hideTypes)) { in setControl()
|
D | InsetsSourceConsumer.java | 131 public boolean setControl(@Nullable InsetsSourceControl control, in setControl() method in InsetsSourceConsumer
|
D | InsetsController.java | 992 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 1000 .setControl(control, showTypes, hideTypes); in onControlsChanged() 2113 getSourceConsumer(ID_IME_CAPTION_BAR, captionBar()).setControl( in setImeCaptionBarInsetsHeight() 2122 sourceConsumer.setControl(null, new int[1], new int[1]); in setImeCaptionBarInsetsHeight()
|
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/ |
D | CallMetadataSyncData.java | 130 public void setControl(int control) { in setControl() method in CallMetadataSyncData.CallControlRequest
|
D | CrossDeviceSyncController.java | 552 callControlRequest.setControl( in processCallControlRequestDataFromSync()
|
/frameworks/av/services/audioflinger/ |
D | IAfEffect.h | 372 virtual void setControl(bool hasControl, bool signal, bool enabled) = 0;
|
D | Effects.cpp | 231 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/); in addHandle() 233 handle->setControl(true /*hasControl*/, false /*signal*/, enabled /*enabled*/); in addHandle() 338 h->setControl(true /*hasControl*/, true /*signal*/ , handle->enabled() /*enabled*/); in removeHandle_l() 2115 void EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() function in android::EffectHandle
|
D | Effects.h | 364 void setControl(bool hasControl, bool signal, bool enabled) final;
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16244 HSPLandroid/view/ImeInsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)Z 16439 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)Z
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16308 HSPLandroid/view/ImeInsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)Z 16503 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)Z
|