Searched defs:gapWidth (Results 1 – 2 of 2) sorted by relevance
95 public BulletSpan(int gapWidth) { in BulletSpan()106 public BulletSpan(int gapWidth, @ColorInt int color) { in BulletSpan()118 public BulletSpan(int gapWidth, @ColorInt int color, @IntRange(from = 0) int bulletRadius) { in BulletSpan()122 private BulletSpan(int gapWidth, @ColorInt int color, boolean wantColor, in BulletSpan()
319 int gapWidth = getResources().getDimensionPixelSize( in inflateView() local