Home | History | Annotate | Download | only in app

Lines Matching refs:divider

425         /* Only display the divider if we have a title and a 
429 View divider = null;
431 divider = mWindow.findViewById(R.id.titleDivider);
433 divider = mWindow.findViewById(R.id.titleDividerTop);
436 if (divider != null) {
437 divider.setVisibility(View.VISIBLE);