Home
last modified time | relevance | path

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

/packages/apps/Browser/src/com/android/browser/view/
DPieListView.java43 int pHeight) { in layout() argument
44 super.layout(anchorX, anchorY, left, angle, pHeight); in layout()
50 if (mTop + mHeight > pHeight) { in layout()
51 mTop = pHeight - mHeight; in layout()
DPieStackView.java61 int pHeight) { in layout() argument
62 super.layout(anchorX, anchorY, left, angle, pHeight); in layout()