/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 117 mConsumer.setControl( in setup() 131 mConsumer.setControl(newControl1, new int[1], new int[1], cancelTypes, new int[1]); in testSetControl_cancelAnimation() 138 mConsumer.setControl(newControl2, new int[1], new int[1], cancelTypes, new int[1]); in testSetControl_cancelAnimation() 205 mConsumer.setControl(null, new int[1], new int[1], new int[1], new int[1]); in testRestore() 210 mConsumer.setControl( in testRestore() 223 mConsumer.setControl(null, new int[1], new int[1], new int[1], new int[1]); in testRestore_noAnimation() 229 mConsumer.setControl( in testRestore_noAnimation() 261 imeConsumer.setControl(new InsetsSourceControl(ID_IME, ime(), mLeash, in testWontUpdateImeLeashVisibility_whenAnimation() 271 imeConsumer.setControl(new InsetsSourceControl(ID_IME, ime(), mLeash, in testWontUpdateImeLeashVisibility_whenAnimation()
|
D | InsetsAnimationControlImplTest.java | 100 topConsumer.setControl( in setup() 107 navConsumer.setControl( in setup()
|
/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 223 public boolean setControl(@Nullable InsetsSourceControl control, int[] showTypes, in setControl() method in ImeInsetsSourceConsumer 226 return super.setControl(control, showTypes, hideTypes, cancelTypes, transientTypes); in setControl() 230 if (!super.setControl(control, showTypes, hideTypes, cancelTypes, transientTypes)) { in setControl()
|
D | InsetsSourceConsumer.java | 132 public boolean setControl(@Nullable InsetsSourceControl control, in setControl() method in InsetsSourceConsumer
|
D | InsetsController.java | 997 consumer.setControl(control, showTypes, hideTypes, cancelTypes, transientTypes); in onControlsChanged() 1005 .setControl(control, showTypes, hideTypes, cancelTypes, transientTypes); in onControlsChanged() 2234 getSourceConsumer(ID_IME_CAPTION_BAR, captionBar()).setControl( in setImeCaptionBarInsetsHeight() 2243 sourceConsumer.setControl(null, new int[1], new int[1], 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 | 375 virtual void setControl(bool hasControl, bool signal, bool enabled) = 0;
|
D | Effects.cpp | 233 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/); in addHandle() 235 handle->setControl(true /*hasControl*/, false /*signal*/, enabled /*enabled*/); in addHandle() 340 h->setControl(true /*hasControl*/, true /*signal*/ , handle->enabled() /*enabled*/); in removeHandle_l() 2171 void EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() function in android::EffectHandle
|
D | Effects.h | 386 void setControl(bool hasControl, bool signal, bool enabled) final;
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17006 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I[I[I)Z+]La…
|