/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | InsetsSourceProviderTest.java | 125 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 131 assertNotNull(mProvider.getControl(target)); in testUpdateControlForTarget() 137 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 140 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 146 assertNotNull(mProvider.getControl(target)); in testUpdateControlForTarget() 151 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 158 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 169 assertNotNull(mProvider.getControl(target)); in testUpdateControlForFakeTarget() 170 assertNull(mProvider.getControl(target).getLeash()); in testUpdateControlForFakeTarget() 172 assertNull(mProvider.getControl(target)); in testUpdateControlForFakeTarget()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ImeInsetsSourceConsumer.java | 91 if (getControl() == null) { in requestShow() 98 if (fromIme || mState.getSource(getType()).isVisible() && getControl() != null) { in requestShow()
|
H A D | InsetsController.java | 749 if (consumer.getControl() != null in updateDisabledUserAnimationTypes() 1187 final InsetsSourceControl control = consumer.getControl(); in collectSourceControls() 1427 final InsetsSourceControl imeControl = consumer != null ? consumer.getControl() : null; in applyAnimation() 1621 if (consumer.getControl() != null && source != null && source.isUserControllable()) { in calculateControllableTypes()
|
H A D | InsetsSourceConsumer.java | 200 public InsetsSourceControl getControl() { in getControl() method in InsetsSourceConsumer
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ImeInsetsSourceProvider.java | 63 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl() method in ImeInsetsSourceProvider 64 final InsetsSourceControl control = super.getControl(target); in getControl()
|
H A D | InsetsPolicy.java | 467 InsetsSourceControl control = provider.getControl(mDummyControlTarget); in startAnimation()
|
H A D | InsetsSourceProvider.java | 485 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl() method in InsetsSourceProvider
|
H A D | InsetsStateController.java | 246 result[i] = mProviders.get(controlled.get(i)).getControl(target); in getControlsForDispatch()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsAnimationControlImplTest.java | 108 controls.put(ITYPE_STATUS_BAR, topConsumer.getControl()); in setup() 109 controls.put(ITYPE_NAVIGATION_BAR, navConsumer.getControl()); in setup()
|
H A D | InsetsControllerTest.java | 174 assertNotNull(mController.getSourceConsumer(ITYPE_STATUS_BAR).getControl().getLeash()); in testControlsChanged() 186 assertNull(mController.getSourceConsumer(ITYPE_STATUS_BAR).getControl()); in testControlsRevoked()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16949 HSPLandroid/view/InsetsSourceConsumer;->getControl()Landroid/view/InsetsSourceControl;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 48704 …method public static java.util.ResourceBundle.Control getControl(java.util.List<java.lang.String>);
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 46458 HPLcom/android/server/wm/ImeInsetsSourceProvider;->getControl(Lcom/android/server/wm/InsetsControlT… 46731 HPLcom/android/server/wm/InsetsSourceProvider;->getControl(Lcom/android/server/wm/InsetsControlTarg…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16998 HSPLandroid/view/InsetsSourceConsumer;->getControl()Landroid/view/InsetsSourceControl;
|