Home
last modified time | relevance | path

Searched defs:rootView (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/ddm/
DDdmHandleViewDebug.java120 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/
DInternalOnClickAction.java35 public abstract void onClick(@NonNull ViewGroup rootView); in onClick()
DVisibilitySetterAction.java53 public void onClick(@NonNull ViewGroup rootView) { in onClick()
/frameworks/base/core/tests/coretests/src/android/view/
DViewAttachTest.java72 final View rootView = activity.getWindow().getDecorView(); in testRoundScrollbars() local
/frameworks/base/core/tests/coretests/src/android/app/assist/
DAssistStructureTest.java139 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews() local
192 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView() local
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
DUniqueIds.java64 ToggleScene(ViewGroup rootView, Button button) { in ToggleScene()
DContactsExpansion.java98 ToggleScene(ViewGroup rootView, Transition transition) { in ToggleScene()
/frameworks/base/core/java/android/service/autofill/augmented/
DFillWindow.java102 public boolean update(@NonNull Area area, @NonNull View rootView, long flags) { in update()
/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
DFragmentHostManager.java65 FragmentHostManager(FragmentService manager, View rootView) { in FragmentHostManager()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java400 final ViewGroup rootView = (ViewGroup) customSubtitleView; in applyCustomDescription() local
/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java1927 public void onPostWindowFocus(View rootView, View focusedView, in onPostWindowFocus()
1983 public void onPreWindowFocus(View rootView, boolean hasWindowFocus) { in onPreWindowFocus()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1199 View rootView = getRootView(); in getInterceptRegion() local
/frameworks/base/core/java/android/app/
DActivity.java8373 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewsByAutofillIdTraversal() local
8396 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAutofillIdTraversal() local
8438 final View rootView = roots.get(rootNum).getView(); in autofillClientFindViewByAccessibilityIdTraversal() local
/frameworks/base/core/java/android/view/
DViewRootImpl.java3590 final View rootView = mView; in performContentCaptureInitialReport() local
DView.java29524 final View rootView = getRootView(); in shouldDrawRoundScrollbar() local