Home
last modified time | relevance | path

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

/packages/apps/TV/usbtuner/src/com/android/usbtuner/layout/
DScaledLayout.java82 public float scaleStartRow; field in ScaledLayout.ScaledLayoutParams
87 public ScaledLayoutParams(float scaleStartRow, float scaleEndRow, in ScaledLayoutParams() argument
90 this.scaleStartRow = scaleStartRow; in ScaledLayoutParams()
100 scaleStartRow = in ScaledLayoutParams()
136 float scaleStartRow, scaleEndRow, scaleStartCol, scaleEndCol; in onMeasure() local
141 scaleStartRow = ((ScaledLayoutParams) params).scaleStartRow; in onMeasure()
145 if (scaleStartRow < 0 || scaleStartRow > 1) { in onMeasure()
149 if (scaleEndRow < scaleStartRow || scaleStartRow > 1) { in onMeasure()
164 scaleStartRow, scaleEndRow, scaleStartCol, scaleEndCol)); in onMeasure()
166 mRectArray[i] = new Rect((int) (scaleStartCol * width), (int) (scaleStartRow * height), in onMeasure()
[all …]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/cc/
DCaptionWindowLayout.java315 float scaleStartRow = 0; in initWindow() local
375 scaleStartRow = scaleRow; in initWindow()
382 scaleStartRow = scaleRow - gap; in initWindow()
391 .ScaledLayoutParams(scaleStartRow, scaleEndRow, scaleStartCol, scaleEndCol)); in initWindow()