HomeSort by relevance Sort by last modified time
    Searched refs:overflowedHeight (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/layout/
ScaledLayout.java 190 int overflowedHeight = child.getMeasuredHeight() - mRectArray[i].height();
191 overflowedHeight = (overflowedHeight + 1) / 2;
192 mRectArray[i].bottom += overflowedHeight;
193 mRectArray[i].top -= overflowedHeight;
239 int overflowedHeight = visibleRectArray[i].bottom - height;
243 visibleRectArray[j].top - overflowedHeight,
245 visibleRectArray[j].bottom - overflowedHeight);
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]

Completed in 65 milliseconds