Home
last modified time | relevance | path

Searched defs:addView (Results 1 – 25 of 41) sorted by relevance

12

/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DMockView.java71 public void addView(View child) { in addView() method in MockView
78 public void addView(View child, int index) { in addView() method in MockView
85 public void addView(View child, int width, int height) { in addView() method in MockView
92 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in MockView
99 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in MockView
/aosp12/frameworks/base/core/tests/coretests/src/android/app/assist/
H A DEmptyLayoutActivity.java40 public void addView(View view) { in addView() method in EmptyLayoutActivity
/aosp12/frameworks/base/core/java/android/view/
H A DViewManager.java34 public void addView(View view, ViewGroup.LayoutParams params); in addView() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQuickTileLayout.java22 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in QuickTileLayout
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DReverseLinearLayout.java51 public void addView(View child) { in addView() method in ReverseLinearLayout
61 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in ReverseLinearLayout
/aosp12/frameworks/base/core/java/android/widget/
H A DTextSwitcher.java61 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in TextSwitcher
H A DTableLayout.java399 public void addView(View child) { in addView() method in TableLayout
408 public void addView(View child, int index) { in addView() method in TableLayout
417 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in TableLayout
426 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in TableLayout
H A DViewSwitcher.java62 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in ViewSwitcher
H A DAdapterView.java488 public void addView(View child) { in addView() method in AdapterView
501 public void addView(View child, int index) { in addView() method in AdapterView
514 public void addView(View child, LayoutParams params) { in addView() method in AdapterView
529 public void addView(View child, int index, LayoutParams params) { in addView() method in AdapterView
H A DViewAnimator.java193 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in ViewAnimator
H A DHorizontalScrollView.java334 public void addView(View child) { in addView() method in HorizontalScrollView
343 public void addView(View child, int index) { in addView() method in HorizontalScrollView
352 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in HorizontalScrollView
361 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in HorizontalScrollView
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DDeferredAppWidgetHostView.java63 public void addView(View child) { in addView() method in DeferredAppWidgetHostView
/aosp12/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFrameLayoutWithOverlay.java43 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in FrameLayoutWithOverlay
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java84 void addView(View child, boolean hidden) { in addView() method in ChildHelper
96 void addView(View child, int index, boolean hidden) { in addView() method in ChildHelper
517 void addView(View child, int index); in addView() method
H A DTextProgressBar.java82 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in TextProgressBar
H A DWatchHeaderListView.java56 public void addView(View child, ViewGroup.LayoutParams params) { in addView() method in WatchHeaderListView
/aosp12/packages/apps/Tag/src/com/android/apps/tag/
H A DTagViewer.java76 private void addView(LayoutInflater inflater, LinearLayout content, View v) { in addView() method in TagViewer
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/
H A DTestableWindowManager.java61 public void addView(View view, ViewGroup.LayoutParams params) { in addView() method in TestableWindowManager
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DPhysicsAnimationLayoutTestCase.java181 public void addView(View child, int index) { in addView() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
187 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in PhysicsAnimationLayoutTestCase.TestablePhysicsAnimationLayout
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/headsup/
H A DHeadsUpContainerView.java89 public void addView(View child) { in addView() method in HeadsUpContainerView
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DWindowManagerImpl.java88 public void addView(View arg0, android.view.ViewGroup.LayoutParams arg1) { in addView() method in WindowManagerImpl
/aosp12/frameworks/base/core/java/android/preference/
H A DPreferenceFrameLayout.java95 public void addView(View child) { in addView() method in PreferenceFrameLayout
/aosp12/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DTemplateLayout.java128 public void addView(View child, int index, ViewGroup.LayoutParams params) { in addView() method in TemplateLayout
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
H A DUnfoldLightRevealOverlayAnimation.kt128 private fun addView(onOverlayReady: Runnable? = null) { regex
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/
H A DSystemWindows.java105 public void addView(View view, WindowManager.LayoutParams attrs, int displayId, in addView() method in SystemWindows
203 public void addView(View view, WindowManager.LayoutParams attrs, in addView() method in SystemWindows.PerDisplay

12