Searched refs:tableHeight (Results 1 – 2 of 2) sorted by relevance
47 tableHeight int member308 if tableHeight == 0 {309 tableHeight = s.termHeight / 4310 if tableHeight < 1 {311 tableHeight = 1312 } else if tableHeight > 10 {313 tableHeight = 10319 s.tableHeight = tableHeight328 if pan > s.tableHeight {329 pan = s.tableHeight[all …]
754 int tableHeight = in updateGuidePosition() local760 if (tableHeight > screenHeight) { in updateGuidePosition()769 layoutParams.height = tableHeight; in updateGuidePosition()