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

  /external/webkit/WebCore/rendering/
RootInlineBox.h 80 int blockHeight() const { return m_blockHeight; }
RenderBlockLineLayout.cpp     [all...]
RenderBlock.cpp     [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 478 final int blockHeight = mDecor.getMeasuredHeight();
483 if (mAnchor.top > blockHeight) {
487 l.y = mAnchor.top - blockHeight + mShadowVert;
532 final int blockHeight = mDecor.getHeight();
535 if (mRequestedY + blockHeight > mScreenHeight) {
537 l.y = mScreenHeight - blockHeight;
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 160 milliseconds