Home
last modified time | relevance | path

Searched refs:getViewId (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/autofill/
H A DAutofillIdTest.java48 assertThat(id.getViewId()).isEqualTo(42); in testVirtual_int()
56 assertThat(clone.getViewId()).isEqualTo(42); in testVirtual_int()
67 assertThat(id.getViewId()).isEqualTo(42); in testVirtual_long()
75 assertThat(clone.getViewId()).isEqualTo(42); in testVirtual_long()
88 assertThat(id.getViewId()).isEqualTo(42); in testVirtual_parentObjectConstructor()
93 assertThat(clone.getViewId()).isEqualTo(42); in testVirtual_parentObjectConstructor()
101 assertThat(id.getViewId()).isEqualTo(42); in testVirtual_withSession()
110 assertThat(clone.getViewId()).isEqualTo(42); in testVirtual_withSession()
132 assertThat(idWithoutSession.getViewId()).isEqualTo(42); in testVirtual_Long_withoutSession()
145 assertThat(idWithoutSession.getViewId()).isEqualTo(42); in testVirtual_Int_withoutSession()
[all …]
/aosp14/frameworks/base/core/java/android/view/translation/
H A DUiTranslationController.java316 if (viewIds.indexOf(autofillId.getViewId()) < 0) { in onTranslationCompleted()
317 viewIds.add(autofillId.getViewId()); in onTranslationCompleted()
323 virtualViewsResult.indexOfKey(autofillId.getViewId()) >= 0; in onTranslationCompleted()
325 isVirtualViewAdded ? virtualViewsResult.get(autofillId.getViewId()) in onTranslationCompleted()
329 virtualViewsResult.put(autofillId.getViewId(), childIds); in onTranslationCompleted()
543 AutofillId virtualViewAutofillId = new AutofillId(autofillId.getViewId()); in onUiTranslationStarted()
550 int childCount = virtualViewChildCount.get(autofillId.getViewId()); in onUiTranslationStarted()
583 int virtualViewId = autofillId.getViewId(); in getRequestVirtualViewChildCount()
634 if (autofillId != null && (sourceViewIds.indexOf(autofillId.getViewId()) >= 0) in addViewIfNeeded()
/aosp14/frameworks/base/core/java/android/inputmethodservice/
H A DInlineSuggestionSessionController.java260 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DAutofillInlineSuggestionsRequestSession.java487 && autofillId.getViewId() == imeClientFieldId.getViewId(); in match()
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillClientController.java398 final View view = rootView.findViewByAutofillIdTraversal(autofillId.getViewId()); in autofillClientFindViewByAutofillIdTraversal()
421 autofillIds[viewNum].getViewId()); in autofillClientFindViewsByAutofillIdTraversal()
H A DAutofillId.java110 public int getViewId() { in getViewId() method in AutofillId
/aosp14/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
H A DContentCaptureSessionTest.java75 assertThat(childId.getViewId()).isEqualTo(42); in testNewAutofillId_valid()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java476 if (!overlayViewIds.contains(provider.getViewId())) { in hasSameProviders()
602 int[] viewIds = decorProviders.stream().mapToInt(DecorProvider::getViewId).toArray(); in removeRedundantOverlayViews()
861 if (overlay.getView(provider.getViewId()) != null) { in initOverlay()
864 removeOverlayView(provider.getViewId()); in initOverlay()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java327 final View view = overlay.findViewById(mFaceScanningDecorProvider.getViewId()); in verifyFaceScanningViewExists()
926 mPrivacyDecorProviders.stream().map(DecorProvider::getViewId).forEach(viewId -> { in testNoRounding_SwitchFrom_ShortEdgeCutout_To_LongCutout_PrivacyDot()
1311 .findViewById(mFaceScanningDecorProvider.getViewId()); in testAutoShowHideOverlayWindowWhenSupportHwcLayer()
1347 .findViewById(mFaceScanningDecorProvider.getViewId()); in testAutoShowHideOverlayWindowWhenNoRoundedAndNoCutout()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DAssistStructureTest.java298 assertThat(view.getAutofillId().getViewId()).isEqualTo(2); in assertSmallView()
/aosp14/frameworks/base/core/java/android/app/assist/
H A DAssistStructure.java1037 out.writeInt(mAutofillId.getViewId()); in writeSelfToParcel()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java7284 public @IdRes int getViewId() {
/aosp14/frameworks/base/core/java/android/view/
H A DView.java9699 mAutofillViewId = id.getViewId(); in setAutofillId()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt19079 HSPLandroid/view/autofill/AutofillId;->getViewId()I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt19143 HSPLandroid/view/autofill/AutofillId;->getViewId()I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt59544 method @IdRes public int getViewId();
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt59273 Landroid/view/autofill/AutofillId;->getViewId()I