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 285 int paddedRight = getWidth() - getPaddingRight();
297 canvas.drawRect(paddedRight, getPaddingTop(), getWidth(), paddedBottom,
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 891 final int paddedRight = w - paddingRight;
893 final int paddedWidth = paddedRight - paddingLeft;
    [all...]

Completed in 517 milliseconds