Home
last modified time | relevance | path

Searched refs:setControl (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DInsetsSourceConsumerTest.java111 mConsumer.setControl(new InsetsSourceControl(ITYPE_STATUS_BAR, mLeash, new Point()), in setup()
175 mConsumer.setControl(null, new int[1], new int[1]); in testRestore()
180 mConsumer.setControl(new InsetsSourceControl(ITYPE_STATUS_BAR, mLeash, new Point()), in testRestore()
192 mConsumer.setControl(null, new int[1], new int[1]); in testRestore_noAnimation()
197 mConsumer.setControl(new InsetsSourceControl(ITYPE_STATUS_BAR, mLeash, new Point()), in testRestore_noAnimation()
DInsetsAnimationControlImplTest.java109 topConsumer.setControl( in setup()
115 navConsumer.setControl(new InsetsSourceControl(ITYPE_NAVIGATION_BAR, mNavLeash, in setup()
/frameworks/base/core/java/android/view/
DImeInsetsSourceConsumer.java147 public void setControl(@Nullable InsetsSourceControl control, int[] showTypes, in setControl() method in ImeInsetsSourceConsumer
149 super.setControl(control, showTypes, hideTypes); in setControl()
DInsetsSourceConsumer.java102 public void setControl(@Nullable InsetsSourceControl control, in setControl() method in InsetsSourceConsumer
DInsetsController.java753 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged()
761 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged()
/frameworks/av/services/audioflinger/
DEffects.cpp197 controlHandle->setControl(false/*hasControl*/, true /*signal*/, enabled /*enabled*/); in addHandle()
199 handle->setControl(true /*hasControl*/, false /*signal*/, enabled /*enabled*/); in addHandle()
291 h->setControl(true /*hasControl*/, true /*signal*/ , handle->enabled() /*enabled*/); in removeHandle_l()
1884 void AudioFlinger::EffectHandle::setControl(bool hasControl, bool signal, bool enabled) in setControl() function in android::AudioFlinger::EffectHandle
DEffects.h350 void setControl(bool hasControl, bool signal, bool enabled);
/frameworks/base/config/
Dboot-image-profile.txt21480 HSPLandroid/view/ImeInsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V
21702 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V