Home | History | Annotate | Download | only in app

Lines Matching defs:topDark

809         int topDark = 0;
824 topDark = R.drawable.popup_top_dark;
835 topDark = a.getResourceId(R.styleable.AlertDialog_topDark, topDark);
888 lastView.setBackgroundResource(lastLight ? topBright : topDark);