Searched defs:background (Results 1 – 7 of 7) sorted by relevance
12 "background": { object30 "background": { object
53 $background: map.get($config, background); variable74 $background: map.get($config, background); variable
69 TypedValue background = new TypedValue(); in onViewCreated() local
124 final Drawable background = new ShapeDrawable(new OvalShape()); in getView() local
154 public int add(GL10 gl, Drawable background, String text, Paint textPaint) { in add()174 public int add(GL10 gl, Drawable background, String text, Paint textPaint, in add()
132 final Drawable background = mBackground; in onDraw() local
247 val background = measurables[0][0].measure(constraints) in ShadeLayout() constant