Home
last modified time | relevance | path

Searched defs:ViewGroup (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/layoutlib/create/tests/res/mock_data/mock_android/view/
H A DViewGroup.java19 public class ViewGroup extends View { class
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DConvenienceExtensions.kt24 val ViewGroup.children regex
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelSwitchToParentTest.kt160 private val ViewGroup.childrenList: List<View> regex
/aosp12/frameworks/layoutlib/create/tests/res/data/
H A Dmock_android.jarMETA-INF/ META-INF/MANIFEST.MF mock_android/ mock_android/data/ mock_android/ ...
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/people/
H A DPeopleHubNotificationListener.kt299 private val ViewGroup.children regex
306 private fun ViewGroup.childrenWithId(id: Int): Sequence<View> = children.filter { it.id == id } regex
/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java135 public abstract class ViewGroup extends View implements ViewParent, ViewManager { class
689 public ViewGroup(Context context) { in ViewGroup() method in ViewGroup
693 public ViewGroup(Context context, AttributeSet attrs) { in ViewGroup() method in ViewGroup
697 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr) { in ViewGroup() method in ViewGroup
701 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ViewGroup() method in ViewGroup
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...