HomeSort by relevance Sort by last modified time
    Searched defs:availableHeight (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/widget/
AnalogClock.java 169 int availableHeight = mBottom - mTop;
172 int y = availableHeight / 2;
180 if (availableWidth < w || availableHeight < h) {
183 (float) availableHeight / (float) h);
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 594 int availableHeight = height() - (rows - 1) * borderThickness;
596 availableHeight -= m_rows.m_sizes[r] += dHeight;
599 if (availableHeight)
600 m_rows.m_sizes[rows - 1] += availableHeight;
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]

Completed in 44 milliseconds