Searched refs:heightMeasureSpec (Results 1 – 1 of 1) sorted by relevance
72 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) { in onMeasure() argument75 int heightMode = MeasureSpec.getMode(heightMeasureSpec); in onMeasure()77 int height = MeasureSpec.getSize(heightMeasureSpec); in onMeasure()130 height = View.resolveSizeAndState(height, heightMeasureSpec, 0); in onMeasure()