Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinatorTest.kt750 private fun ViewGroup.getInnerView() = this.requireViewById<ViewGroup>(R.id.chipbar_inner) regex
752 private fun ViewGroup.getStartIconView() = this.requireViewById<ImageView>(R.id.start_icon) regex
754 private fun ViewGroup.getChipTextView() = this.requireViewById<TextView>(R.id.text) regex
756 private fun ViewGroup.getChipText(): String = this.getChipTextView().text as String regex
758 private fun ViewGroup.getLoadingIcon(): View = this.requireViewById(R.id.loading) regex
760 private fun ViewGroup.getEndButton(): TextView = this.requireViewById(R.id.end_button) regex
762 private fun ViewGroup.getErrorIcon(): View = this.requireViewById(R.id.error) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
H A DConvenienceExtensions.kt26 val ViewGroup.children regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/sender/
H A DMediaTttSenderCoordinatorTest.kt1541 private fun ViewGroup.getAppIconView() = this.requireViewById<ImageView>(R.id.start_icon) regex
1543 private fun ViewGroup.getChipText(): String = regex
1546 private fun ViewGroup.getLoadingIcon(): View = this.requireViewById(R.id.loading) regex
1548 private fun ViewGroup.getErrorIcon(): View = this.requireViewById(R.id.error) regex
1550 private fun ViewGroup.getUndoButton(): View = this.requireViewById(R.id.end_button) regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
H A DQSPanelSwitchToParentTest.kt160 private val ViewGroup.childrenList: List<View> regex
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/taptotransfer/receiver/
H A DMediaTttChipControllerReceiverTest.kt486 private fun ViewGroup.getAppIconView() = this.requireViewById<ImageView>(R.id.app_icon) regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/temporarydisplay/chipbar/
H A DChipbarCoordinator.kt329 private fun ViewGroup.getInnerView(): ViewGroup { regex
/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java137 public abstract class ViewGroup extends View implements ViewParent, ViewManager { class
691 public ViewGroup(Context context) { in ViewGroup() method in ViewGroup
695 public ViewGroup(Context context, AttributeSet attrs) { in ViewGroup() method in ViewGroup
699 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr) { in ViewGroup() method in ViewGroup
703 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ViewGroup() method in ViewGroup
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...