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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 260 int paddedRight = getWidth() - getPaddingRight();
272 canvas.drawRect(paddedRight, getPaddingTop(), getWidth(), paddedBottom,
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 635 final int paddedRight = w - paddingRight;
637 final int paddedWidth = paddedRight - paddingLeft;

Completed in 63 milliseconds