Searched refs:setControl (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsSourceConsumerTest.java | 111 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()
|
D | InsetsAnimationControlImplTest.java | 109 topConsumer.setControl( in setup() 115 navConsumer.setControl(new InsetsSourceControl(ITYPE_NAVIGATION_BAR, mNavLeash, in setup()
|
/frameworks/base/core/java/android/view/ |
D | ImeInsetsSourceConsumer.java | 147 public void setControl(@Nullable InsetsSourceControl control, int[] showTypes, in setControl() method in ImeInsetsSourceConsumer 149 super.setControl(control, showTypes, hideTypes); in setControl()
|
D | InsetsSourceConsumer.java | 102 public void setControl(@Nullable InsetsSourceControl control, in setControl() method in InsetsSourceConsumer
|
D | InsetsController.java | 753 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged() 761 consumer.setControl(control, showTypes, hideTypes); in onControlsChanged()
|
/frameworks/av/services/audioflinger/ |
D | Effects.cpp | 197 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
|
D | Effects.h | 350 void setControl(bool hasControl, bool signal, bool enabled);
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 21480 HSPLandroid/view/ImeInsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V 21702 HSPLandroid/view/InsetsSourceConsumer;->setControl(Landroid/view/InsetsSourceControl;[I[I)V
|