Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/layout/
DScaledLayout.java94 public final float scaleStartRow; field in ScaledLayout.ScaledLayoutParams
99 public ScaledLayoutParams(float scaleStartRow, float scaleEndRow, in ScaledLayoutParams() argument
102 this.scaleStartRow = scaleStartRow; in ScaledLayoutParams()
112 scaleStartRow = in ScaledLayoutParams()
148 float scaleStartRow, scaleEndRow, scaleStartCol, scaleEndCol; in onMeasure() local
153 scaleStartRow = ((ScaledLayoutParams) params).scaleStartRow; in onMeasure()
157 if (scaleStartRow < 0 || scaleStartRow > 1) { in onMeasure()
161 if (scaleEndRow < scaleStartRow || scaleStartRow > 1) { in onMeasure()
176 scaleStartRow, scaleEndRow, scaleStartCol, scaleEndCol)); in onMeasure()
178 mRectArray[i] = new Rect((int) (scaleStartCol * width), (int) (scaleStartRow * height), in onMeasure()
[all …]
/packages/apps/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java331 float scaleStartRow = 0; in initWindow() local
391 scaleStartRow = scaleRow; in initWindow()
398 scaleStartRow = scaleRow - gap; in initWindow()
407 .ScaledLayoutParams(scaleStartRow, scaleEndRow, scaleStartCol, scaleEndCol)); in initWindow()