/aosp_15_r20/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/element/ |
D | CarSystemBarElementInitializer.java | 66 ViewGroup rootView) { in initializeCarSystemBarElements() 92 private static List<ElementViewControllerData> findSystemBarElements(ViewGroup rootView) { in findSystemBarElements()
|
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TrustedOverlayTests.java | 115 View rootView = mActivity.getWindow().getDecorView(); in setSpyWindowDoesntCrash() local 160 View rootView = mActivity.getWindow().getDecorView(); in testTrustedOverlayChildHelper() local
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ChangeDefaultSmsAppHelper.java | 52 final View composeView, final View rootView, in warnOfMissingActionConditions() 82 final View composeView, final View rootView, in promptToChangeDefaultSmsApp()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/multivalentScreenshotTests/src/com/android/wm/shell/bubbles/ |
H A D | BubbleEducationViewScreenshotTest.kt | 55 val rootView = activity.window.decorView.findViewById(android.R.id.content) as ViewGroup in <lambda>() constant
|
/aosp_15_r20/developers/samples/android/ui/views/EffectiveNavigation/app/src/main/java/com/example/android/effectivenavigation/ |
D | MainActivity.java | 124 View rootView = inflater.inflate(R.layout.fragment_section_launchpad, container, false); in onCreateView() local 168 View rootView = inflater.inflate(R.layout.fragment_section_dummy, container, false); in onCreateView() local
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ |
D | UtilitiesKtTest.kt | 42 private val rootView = LinearLayout(context).apply { addView(midView) } in <lambda>() constant
|
/aosp_15_r20/development/samples/training/EffectiveNavigation/src/com/example/android/effectivenavigation/ |
H A D | MainActivity.java | 154 View rootView = inflater.inflate(R.layout.fragment_section_launchpad, container, false); in onCreateView() local 197 View rootView = inflater.inflate(R.layout.fragment_section_dummy, container, false); in onCreateView() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/dialer/app/calllog/ |
D | BlockReportSpamListener.java | 42 private final View rootView; field in BlockReportSpamListener 52 View rootView, in BlockReportSpamListener()
|
/aosp_15_r20/developers/build/prebuilts/gradle/RecyclerView/kotlinApp/app/src/main/java/com/example/android/recyclerview/ |
H A D | RecyclerViewFragment.kt | 53 val rootView = inflater.inflate(R.layout.recycler_view_frag, in <lambda>() constant
|
/aosp_15_r20/developers/samples/android/ui/views/RecyclerView/kotlinApp/app/src/main/java/com/example/android/recyclerview/ |
D | RecyclerViewFragment.kt | 53 val rootView = inflater.inflate(R.layout.recycler_view_frag, in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/animation/ |
H A D | DisableSubpixelTextTransitionListenerTest.kt | 37 private var rootView = FrameLayout(context) variable
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SystemWindows.java | 184 public SurfaceControl getViewSurface(View rootView) { in getViewSurface() 304 SurfaceControl getSurfaceControlForWindow(View rootView) { in getSurfaceControlForWindow() 335 void setTouchableRegionForWindow(View rootView, Region region) { in setTouchableRegionForWindow()
|
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MovieActivity.java | 69 private void setSystemUiVisibility(View rootView) { in setSystemUiVisibility() 85 View rootView = findViewById(R.id.movie_view_root); in onCreate() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/decor/ |
H A D | OverlayWindow.kt | 29 val rootView = RegionInterceptingFrameLayout(context) as ViewGroup in <lambda>() constant
|
/aosp_15_r20/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/ |
D | SettingsAwareViewCaptureTest.kt | 54 val rootView: View = activity.requireViewById(android.R.id.content) in <lambda>() constant 80 val rootView: View = activity.requireViewById(android.R.id.content) in <lambda>() constant
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/ |
H A D | ExternalViewScreenshotTestRule.kt | 81 val rootView = activity.window.decorView in <lambda>() constant
|
/aosp_15_r20/external/leakcanary2/plumber-android-core/src/main/java/leakcanary/ |
H A D | AndroidLeakFixes.kt | 464 val rootView = activity.window.decorView.rootView in <lambda>() constant 516 val rootView = mCurRootViewField[inputMethodManager] as View? in <lambda>() constant
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | WindowDecoration.java | 247 SurfaceControl.Transaction finishT, WindowContainerTransaction wct, T rootView, in relayout() 355 T rootView, int oldLayoutResId, RelayoutResult<T> outResult) { in inflateIfNeeded() 623 private void updateCaptionVisibility(View rootView, @NonNull RelayoutParams params) { in updateCaptionVisibility() 634 private void setCaptionVisibility(View rootView, boolean visible) { in setCaptionVisibility()
|
/aosp_15_r20/frameworks/base/core/java/android/view/translation/ |
H A D | UiTranslationController.java | 251 final View rootView = roots.get(rootNum).getView(); in dumpViewByTraversal() local 567 View rootView = roots.get(rootNum).getView(); in onUiTranslationStarted() local 612 final View rootView = roots.get(rootNum).getView(); in findViewsTraversalByAutofillIds() local
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/ |
H A D | ResolverMultiProfilePagerAdapter.java | 72 final ViewGroup rootView = in createProfileDescriptor() local 184 ResolverProfileDescriptor(ViewGroup rootView, ResolverListAdapter adapter) { in ResolverProfileDescriptor()
|
H A D | ChooserMultiProfilePagerAdapter.java | 79 final ViewGroup rootView = in createProfileDescriptor() local 206 ChooserProfileDescriptor(ViewGroup rootView, ChooserActivity.ChooserGridAdapter adapter) { in ChooserProfileDescriptor()
|
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/ |
D | PermissionsFragment.kt | 84 val rootView = inflater.inflate(R.layout.fragment_permissions_request, container, false) in onCreateView() constant
|
/aosp_15_r20/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/ |
H A D | LoginActivity.java | 118 final View rootView = activity.getRootView(); in assertJustInitialViewsAppeared() local 150 final View rootView = activity.getRootView(); in assertInitialViewsAppeared() local
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/ |
H A D | ViewAccessibilityUtils.java | 51 public static Set<View> getAllViewsInHierarchy(View rootView) { in getAllViewsInHierarchy() 292 private static void addAllChildrenToSet(View rootView, Set<View> theSet) { in addAllChildrenToSet()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotWindowController.kt | 98 val rootView = FrameLayout(context) in addToWindow() constant
|