Searched defs:widgetPadding (Results 1 – 2 of 2) sorted by relevance
111 Rect widgetPadding = dp.widgetPadding; in initSpans() local176 private int getSpanX(Rect widgetPadding, int widgetWidth, int cellSpacing, float cellWidth) { in getSpanX()181 private int getSpanY(Rect widgetPadding, int widgetHeight, int cellSpacing, float cellHeight) { in getSpanY()190 private int getSpan(int widgetPadding, int widgetSize, int cellSpacing, float cellSize) { in getSpan()
278 public final Rect widgetPadding = new Rect(); field in DeviceProfile