/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | InsetsSourceProviderTest.java | 115 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 121 assertNotNull(mProvider.getControl(target)); in testUpdateControlForTarget() 127 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 130 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 136 assertNotNull(mProvider.getControl(target)); in testUpdateControlForTarget() 141 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 148 assertNull(mProvider.getControl(target)); in testUpdateControlForTarget() 159 assertNotNull(mProvider.getControl(target)); in testUpdateControlForFakeTarget() 160 assertNull(mProvider.getControl(target).getLeash()); in testUpdateControlForFakeTarget() 162 assertNull(mProvider.getControl(target)); in testUpdateControlForFakeTarget()
|
H A D | InsetsStateControllerTest.java | 538 final InsetsSourceControl control1 = imeInsetsProvider.getControl(app1); in testGetInsetsHintForNewControl() 549 final InsetsSourceControl control2 = imeInsetsProvider.getControl(app2); in testGetInsetsHintForNewControl()
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ImeInsetsSourceConsumer.java | 90 if ((mController.getRequestedVisibleTypes() & getType()) != 0 && getControl() == null) { in onWindowFocusGained() 129 if (getControl() == null) { in requestShow() 137 || (mState.isSourceOrDefaultVisible(getId(), getType()) && getControl() != null)) { in requestShow() 167 if (statsToken == null || getControl() != null) { in notifyHidden()
|
H A D | InsetsController.java | 348 final InsetsSourceControl imeSourceControl = getImeSourceConsumer().getControl(); 946 if (consumer.getControl() != null && (consumer.getType() & diff) != 0) { in updateDisabledUserAnimationTypes() 1516 final InsetsSourceControl control = consumer.getControl(); in collectSourceControls() 1758 final InsetsSourceControl imeControl = mImeSourceConsumer.getControl(); in applyAnimation() 1956 if (consumer.getControl() != null && source != null && source.isUserControllable()) { in calculateControllableTypes()
|
H A D | InsetsSourceConsumer.java | 201 public InsetsSourceControl getControl() { in getControl() method in InsetsSourceConsumer
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | InsetsAnimationControlImplTest.java | 118 controls.put(ID_STATUS_BAR, topConsumer.getControl()); in setup() 119 controls.put(ID_NAVIGATION_BAR, navConsumer.getControl()); in setup()
|
H A D | InsetsControllerTest.java | 185 mController.getSourceConsumer(ID_STATUS_BAR, statusBars()).getControl().getLeash()); in testControlsChanged() 197 assertNull(mController.getSourceConsumer(ID_STATUS_BAR, statusBars()).getControl()); in testControlsRevoked() 918 assertNull(imeInsetsConsumer.getControl()); in testImeRequestedVisibleWhenImeNotControllable()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ImeInsetsSourceProvider.java | 74 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl() method in ImeInsetsSourceProvider 75 final InsetsSourceControl control = super.getControl(target); in getControl()
|
H A D | InsetsStateController.java | 107 result[i] = controlled.get(i).getControl(target); in getControlsForDispatch() 409 pw.println(provider.getControl(controlTarget)); in dump()
|
H A D | InsetsSourceProvider.java | 559 InsetsSourceControl getControl(InsetsControlTarget target) { in getControl() method in InsetsSourceProvider
|
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/ |
H A D | CallMetadataSyncData.java | 138 public int getControl() { in getControl() method in CallMetadataSyncData.CallControlRequest
|
H A D | CallMetadataSyncInCallService.java | 73 processCallControlAction(request.getId(), request.getControl());
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/companion/datatransfer/contextsync/ |
H A D | CrossDeviceSyncControllerTest.java | 158 assertWithMessage("Wrong control").that(request.getControl()) in processTelecomDataFromMessage_createCallControlMessage_hasCallControlRequest()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 11047 HPLcom/android/server/wm/ImeInsetsSourceProvider;->getControl(Lcom/android/server/wm/InsetsControlT… 11133 HPLcom/android/server/wm/InsetsSourceProvider;->getControl(Lcom/android/server/wm/InsetsControlTarg…
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 16699 HSPLandroid/view/InsetsSourceConsumer;->getControl()Landroid/view/InsetsSourceControl;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 16763 HSPLandroid/view/InsetsSourceConsumer;->getControl()Landroid/view/InsetsSourceControl;
|