Searched refs:setControl (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 112 mConsumer.setControl( in setup() 177 mConsumer.setControl(null, new int[1], new int[1]); in testRestore() 182 mConsumer.setControl( in testRestore() 195 mConsumer.setControl(null, new int[1], new int[1]); in testRestore_noAnimation() 200 mConsumer.setControl( in testRestore_noAnimation()
|
D | InsetsAnimationControlImplTest.java | 96 topConsumer.setControl( in setup() 103 navConsumer.setControl(new InsetsSourceControl(ITYPE_NAVIGATION_BAR, mNavLeash, in setup()
|
/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 124 public void setControl(@Nullable InsetsSourceControl control, int[] showTypes, in setControl() method in ImeInsetsSourceConsumer 126 super.setControl(control, showTypes, hideTypes); in setControl()
|
D | InsetsSourceConsumer.java | 118 public void setControl(@Nullable InsetsSourceControl control, in setControl() method in InsetsSourceConsumer
|
D | InsetsController.java | 815 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 823 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged()
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 221 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/); in addHandle() 223 handle->setControl(true /*hasControl*/, false /*signal*/, enabled /*enabled*/); in addHandle() 322 h->setControl(true /*hasControl*/, true /*signal*/ , handle->enabled() /*enabled*/); in removeHandle_l() 1993 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() function in android::AudioFlinger::EffectHandle
|
D | Effects.h | 352 void setControl(bool hasControl, bool signal, bool enabled);
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16757 HSPLandroid/view/ImeInsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V+]Lan… 16962 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V+]Landro…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16806 HSPLandroid/view/ImeInsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V+]Lan… 17011 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V+]Landro…
|