Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSHeaderInfoLayout.kt62 offset += alarmContainer.layoutView(width, height, offset, layoutRTL) in onLayout()
63 offset += statusSeparator.layoutView(width, height, offset, layoutRTL) in onLayout()
64 ringerContainer.layoutView(width, height, offset, layoutRTL) in onLayout()
68 private fun View.layoutView(pWidth: Int, pHeight: Int, offset: Int, RTL: Boolean): Int { in layoutView() method