Home
last modified time | relevance | path

Searched refs:baseLayout (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/ui/
H A DControlViewHolderTest.kt54 private lateinit var baseLayout: ViewGroup
59 baseLayout = LayoutInflater.from(mContext).inflate(
63 baseLayout,
128 val chevronIcon = baseLayout.requireViewById<View>(R.id.chevron_icon)
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt261 val baseLayout = shapeText(layout, basePaint) regex
264 require(baseLayout.size == targetLayout.size) {
270 baseLayout.zip(targetLayout) { baseLine, targetLine ->
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DControlsUiControllerImpl.kt666 val baseLayout = inflater.inflate( regex
668 lastRow.addView(baseLayout)
672 val lp = baseLayout.getLayoutParams() as ViewGroup.MarginLayoutParams
676 baseLayout,