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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.h 46 HitTestLocation(const LayoutPoint& centerPoint, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
60 static IntRect rectForPoint(const LayoutPoint&, unsigned topPadding, unsigned rightPadding, unsigned bottomPadding, unsigned leftPadding);
62 int rightPadding() const { return m_boundingBox.maxX() - roundedPoint().x() - 1; }
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListFragment.java 163 int rightPadding = 0;
168 rightPadding = mContext.getResources().getDimensionPixelOffset(
172 rightPadding, mListView.getPaddingBottom());
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 299 int rightPadding = params.narrowPaddingRight == -1 ? child.getPaddingRight()
302 leftPadding, child.getPaddingTop(), rightPadding, child.getPaddingBottom());

Completed in 95 milliseconds