Home | History | Annotate | Download | only in qs

Lines Matching defs:mDivider

49     private final View mDivider;
84 mDivider = new View(mContext);
85 mDivider.setBackgroundColor(res.getColor(R.color.qs_tile_divider));
87 mDivider.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, dh));
88 addView(mDivider);
193 mDivider.setVisibility(dual ? VISIBLE : GONE);
236 mDivider.measure(widthMeasureSpec, exactly(mDivider.getLayoutParams().height));
267 layout(mDivider, 0, top);
268 top = mDivider.getBottom();