Home | History | Annotate | Download | only in incallui

Lines Matching refs:layers

156         public CrossFadeDrawable(Drawable[] layers) {
157 super(layers);
198 Drawable[] layers = new Drawable[2];
199 layers[0] = first;
200 layers[1] = second;
201 return new CrossFadeDrawable(layers);
262 Drawable[] layers = new Drawable[2];
263 layers[0] = from;
264 layers[1] = to;
265 TransitionDrawable transitionDrawable = new TransitionDrawable(layers);