Searched refs:widthSpecSize (Results 1 – 1 of 1) sorted by relevance
309 int widthSpecSize = MeasureSpec.getSize(widthMeasureSpec); in onMeasure() local312 Log.d(TAG, "widthSpecSize=" + widthSpecSize + ", heightSpecSize=" + heightSpecSize); in onMeasure()315 width = widthSpecSize; in onMeasure()317 width = Math.min(displayWidth, widthSpecSize); in onMeasure()