/frameworks/base/core/java/android/ddm/ |
D | DdmHandleViewDebug.java | 120 View rootView = getRootView(in); in handleChunk() local 216 private Chunk dumpHierarchy(View rootView, ByteBuffer in) { in dumpHierarchy() 243 private Chunk captureLayers(View rootView) { in captureLayers() 266 private Chunk dumpTheme(View rootView) { in dumpTheme() 279 private Chunk captureView(View rootView, View targetView) { in captureView() 293 private Chunk dumpDisplayLists(final View rootView, final View targetView) { in dumpDisplayLists() 319 private Chunk invokeViewMethod(final View rootView, final View targetView, ByteBuffer in) { in invokeViewMethod() 400 private Chunk setLayoutParameter(final View rootView, final View targetView, ByteBuffer in) { in setLayoutParameter() 416 private Chunk profileView(View rootView, final View targetView) { in profileView()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InternalOnClickAction.java | 35 public abstract void onClick(@NonNull ViewGroup rootView); in onClick()
|
D | VisibilitySetterAction.java | 53 public void onClick(@NonNull ViewGroup rootView) { in onClick()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/ |
D | ControlsEditingActivity.kt | 106 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in animateExitAndFinish() constant 140 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in bindButtons() constant
|
D | ControlsProviderSelectorActivity.kt | 167 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in animateExitAndFinish() constant
|
D | ControlsFavoritingActivity.kt | 291 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in <lambda>() constant
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | ViewAttachTest.java | 72 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbars() local
|
/frameworks/base/core/java/android/view/ |
D | ImeFocusController.java | 248 void startInputAsyncOnWindowFocusGain(View rootView, in startInputAsyncOnWindowFocusGain() 254 void setCurrentRootView(ViewRootImpl rootView); in setCurrentRootView() 255 boolean isCurrentRootView(ViewRootImpl rootView); in isCurrentRootView()
|
D | WindowlessWindowManager.java | 211 protected SurfaceControl getSurfaceControl(View rootView) { in getSurfaceControl()
|
D | ViewRootImpl.java | 3924 final View rootView = mView; in performContentCaptureInitialReport() local 8937 View rootView = getView(); in handleScrollCaptureRequest() local
|
/frameworks/base/core/tests/coretests/src/android/app/assist/ |
D | AssistStructureTest.java | 139 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews() local 192 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView() local
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserMultiProfilePagerAdapter.java | 74 final ViewGroup rootView = in createProfileDescriptor() local 262 ChooserProfileDescriptor(ViewGroup rootView, ChooserActivity.ChooserGridAdapter adapter) { in ChooserProfileDescriptor()
|
D | ResolverMultiProfilePagerAdapter.java | 90 final ViewGroup rootView = in createProfileDescriptor() local 250 ResolverProfileDescriptor(ViewGroup rootView, ResolverListAdapter adapter) { in ResolverProfileDescriptor()
|
D | AbstractMultiProfilePagerAdapter.java | 595 final ViewGroup rootView; field in AbstractMultiProfilePagerAdapter.ProfileDescriptor 597 ProfileDescriptor(ViewGroup rootView) { in ProfileDescriptor()
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | UniqueIds.java | 64 ToggleScene(ViewGroup rootView, Button button) { in ToggleScene()
|
D | ContactsExpansion.java | 98 ToggleScene(ViewGroup rootView, Transition transition) { in ToggleScene()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/ |
D | SystemWindows.java | 189 public SurfaceControl getViewSurface(View rootView) { in getViewSurface() 308 SurfaceControl getSurfaceControlForWindow(View rootView) { in getSurfaceControlForWindow() 312 void setTouchableRegionForWindow(View rootView, Region region) { in setTouchableRegionForWindow()
|
/frameworks/base/core/java/android/service/autofill/augmented/ |
D | FillWindow.java | 103 public boolean update(@NonNull Area area, @NonNull View rootView, long flags) { in update()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
D | SaveUi.java | 455 final ViewGroup rootView = (ViewGroup) customSubtitleView; in applyCustomDescription() local 513 private void applyTextViewStyle(@NonNull View rootView) { in applyTextViewStyle()
|
D | FillUi.java | 364 private void applyCancelAction(View rootView, int[] ids) { in applyCancelAction()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
D | FragmentHostManager.java | 65 FragmentHostManager(FragmentService manager, View rootView) { in FragmentHostManager()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InputMethodManager.java | 673 public void setCurrentRootView(ViewRootImpl rootView) { in setCurrentRootView() 685 public boolean isCurrentRootView(ViewRootImpl rootView) { in isCurrentRootView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ScreenDecorations.java | 1100 View rootView = getRootView(); in getInterceptRegion() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaHierarchyManager.kt | 85 private var rootView: View? = null variable
|
/frameworks/base/core/java/android/app/ |
D | Activity.java | 8554 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewsByAutofillIdTraversal() local 8577 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAutofillIdTraversal() local 8619 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAccessibilityIdTraversal() local
|