Searched refs:measureHorizontal (Results 1 – 3 of 3) sorted by relevance
167 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal() method in TabWidget169 super.measureHorizontal(widthMeasureSpec, heightMeasureSpec); in measureHorizontal()176 super.measureHorizontal(unspecifiedWidth, heightMeasureSpec); in measureHorizontal()209 super.measureHorizontal(widthMeasureSpec, heightMeasureSpec); in measureHorizontal()
114 measureHorizontal(widthMeasureSpec, heightMeasureSpec); in onMeasure()
590 measureHorizontal(widthMeasureSpec, heightMeasureSpec); in onMeasure()958 void measureHorizontal(int widthMeasureSpec, int heightMeasureSpec) { in measureHorizontal() method in LinearLayout