Searched defs:pad (Results 1 – 2 of 2) sorted by relevance
141 int pad = (getMeasuredWidth() - v.getMeasuredWidth()) / 2 + 2; in calcPadding() local144 int pad = (getMeasuredHeight() - v.getMeasuredHeight()) / 2 + 2; in calcPadding() local
534 private String pad(int n) { in pad() method in Status