Home
last modified time | relevance | path

Searched refs:inflateView (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/
H A DCutoutDecorProviderImpl.kt38 override fun inflateView(
H A DDecorProvider.kt54 abstract fun inflateView( regex
H A DPrivacyDotDecorProviderFactory.kt94 override fun inflateView(
H A DOverlayWindow.kt40 val view = decorProvider.inflateView(context, rootView, rotation, tintColor)
H A DRoundedCornerDecorProviderImpl.kt39 override fun inflateView(
H A DFaceScanningProviderFactory.kt137 override fun inflateView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DScreenPinningRequest.java210 inflateView(rotation); in onAttachedToWindow()
250 private void inflateView(int rotation) { in inflateView() method in ScreenPinningRequest.RequestWindowView
380 inflateView(getRotation(mContext)); in onConfigurationChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/decor/
H A DOverlayWindowTest.kt88 verify(decorProvider1, times(1)).inflateView(
91 verify(decorProvider2, times(1)).inflateView(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettings.java150 inflateView(); in WindowMagnificationSettings()
498 void inflateView() { in inflateView() method in WindowMagnificationSettings
571 inflateView(); in onConfigurationChanged()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DWindowMagnificationSettingsTest.java358 mWindowMagnificationSettings.inflateView(); in seekbarProgress_justInflated_maxValueAndProgressSetCorrectly()
/aosp14/frameworks/base/core/java/android/widget/
H A DRemoteViews.java5845 View result = inflateView(context, rvToApply, directParent,
5851 private View inflateView(Context context, RemoteViews rv, @Nullable ViewGroup parent,
6003 mResult = inflateView(mContext, mRV, mParent, 0, mApplyParams.colorResources);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt69154 Landroid/widget/RemoteViews;->inflateView(Landroid/content/Context;Landroid/widget/RemoteViews;Land…