Home
last modified time | relevance | path

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

12

/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/packages/SystemUI/src/com/android/keyguard/dagger/
DKeyguardBouncerModule.java56 static KeyguardHostView providesKeyguardHostView(@RootView ViewGroup rootView) { in providesKeyguardHostView()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityTargetAdapterTest.java68 final View rootView = LayoutInflater.from(mContext).inflate( in setUp() local
/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/widget/
DSettingsSpinnerPreferenceTest.java53 final View rootView = inflater.inflate(mSpinnerPreference.getLayoutResource(), in setUp() local
DUsageProgressBarPreferenceTest.java53 final View rootView = inflater.inflate(mUsageProgressBarPreference.getLayoutResource(), in setUp() local
/frameworks/base/core/java/android/view/
DImeFocusController.java275 void startInputAsyncOnWindowFocusGain(View rootView, in startInputAsyncOnWindowFocusGain()
282 void setCurrentRootView(ViewRootImpl rootView); in setCurrentRootView()
283 boolean isCurrentRootView(ViewRootImpl rootView); in isCurrentRootView()
/frameworks/base/packages/SettingsLib/AppPreference/src/com/android/settingslib/widget/
DAppSwitchPreference.java57 final View rootView = switchView.getRootView(); in onBindViewHolder() 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/tests/coretests/src/android/app/assist/
DAssistStructureTest.java142 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithManySmallViews() local
195 ViewNode rootView = structure.getWindowNodeAt(0).getRootViewNode(); in assertStructureWithOneBigView() local
/frameworks/base/core/java/com/android/internal/app/
DChooserMultiProfilePagerAdapter.java77 final ViewGroup rootView = in createProfileDescriptor() local
254 ChooserProfileDescriptor(ViewGroup rootView, ChooserActivity.ChooserGridAdapter adapter) { in ChooserProfileDescriptor()
DResolverMultiProfilePagerAdapter.java90 final ViewGroup rootView = in createProfileDescriptor() local
250 ResolverProfileDescriptor(ViewGroup rootView, ResolverListAdapter adapter) { in ResolverProfileDescriptor()
DAbstractMultiProfilePagerAdapter.java595 final ViewGroup rootView; field in AbstractMultiProfilePagerAdapter.ProfileDescriptor
597 ProfileDescriptor(ViewGroup rootView) { in ProfileDescriptor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsProviderSelectorActivity.kt177 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in animateExitAndFinish() constant
DControlsEditingActivity.kt109 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in animateExitAndFinish() constant
DControlsFavoritingActivity.kt292 val rootView = requireViewById<ViewGroup>(R.id.controls_management_root) in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
DSystemWindows.java182 public SurfaceControl getViewSurface(View rootView) { in getViewSurface()
290 SurfaceControl getSurfaceControlForWindow(View rootView) { in getSurfaceControlForWindow()
320 void setTouchableRegionForWindow(View rootView, Region region) { in setTouchableRegionForWindow()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
DDragAndDropController.java105 FrameLayout rootView = (FrameLayout) LayoutInflater.from(context).inflate( in onDisplayAdded() local
/frameworks/base/core/java/android/view/translation/
DUiTranslationController.java247 final View rootView = roots.get(rootNum).getView(); in dumpViewByTraversal() local
545 View rootView = roots.get(rootNum).getView(); in onUiTranslationStarted() local
590 final View rootView = roots.get(rootNum).getView(); in findViewsTraversalByAutofillIds() local
/frameworks/base/core/java/android/service/autofill/augmented/
DFillWindow.java101 public boolean update(@NonNull Area area, @NonNull View rootView, long flags) { in update()
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
DSaveUi.java464 final ViewGroup rootView = (ViewGroup) customSubtitleView; in applyCustomDescription() local
522 private void applyTextViewStyle(@NonNull View rootView) { in applyTextViewStyle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialog.kt61 private lateinit var rootView: ViewGroup in <lambda>() variable

12