Home
last modified time | relevance | path

Searched refs:onInflate (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DViewStub.java310 mInflateListener.onInflate(this, view); in inflate()
349 void onInflate(ViewStub stub, View inflated); in onInflate() method
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DRemoteInlineSuggestionViewConnector.java69 mOnInflateCallback = uiCallback::onInflate; in RemoteInlineSuggestionViewConnector()
H A DInlineSuggestionFactory.java203 public void onInflate() { in createInlineSuggestionTooltip()
H A DInlineFillUi.java347 void onInflate(); in onInflate() method
/aosp14/frameworks/base/core/java/android/app/
H A DFragment.java1337 public void onInflate(AttributeSet attrs, Bundle savedInstanceState) {
1384 public void onInflate(Context context, AttributeSet attrs, Bundle savedInstanceState) {
1385 onInflate(attrs, savedInstanceState);
1431 onInflate(hostActivity, attrs, savedInstanceState);
1440 public void onInflate(Activity activity, AttributeSet attrs, Bundle savedInstanceState) {
H A DFragmentManager.java3561 fragment.onInflate(mHost.getContext(), attrs, fragment.mSavedFragmentState); in onCreateView()
3579 fragment.onInflate(mHost.getContext(), attrs, fragment.mSavedFragmentState); in onCreateView()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteAugmentedAutofillService.java361 public void onInflate() { in maybeRequestShowInlineSuggestions()
H A DSession.java4733 public void onInflate() { in requestShowInlineSuggestionsLocked()
/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/core/api/
H A Dcurrent.txt5613 … method @Deprecated @CallSuper public void onInflate(android.util.AttributeSet, android.os.Bundle);
5614 …method @Deprecated @CallSuper public void onInflate(android.content.Context, android.util.Attribut…
5615 …method @Deprecated @CallSuper public void onInflate(android.app.Activity, android.util.AttributeSe…
53458 method public void onInflate(android.view.ViewStub, android.view.View);