Home
last modified time | relevance | path

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

/aosp12/build/soong/ui/terminal/
H A Dsmart_status.go47 tableHeight int member
308 if tableHeight == 0 {
309 tableHeight = s.termHeight / 4
310 if tableHeight < 1 {
311 tableHeight = 1
312 } else if tableHeight > 10 {
313 tableHeight = 10
319 s.tableHeight = tableHeight
328 if pan > s.tableHeight {
329 pan = s.tableHeight
[all …]
/aosp12/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java754 int tableHeight = in updateGuidePosition() local
760 if (tableHeight > screenHeight) { in updateGuidePosition()
769 layoutParams.height = tableHeight; in updateGuidePosition()