Home | History | Annotate | Download | only in app

Lines Matching defs:spacer

522         // Only display the text spacer if we don't have buttons.
525 final View spacer = contentPanel.findViewById(R.id.textSpacerNoButtons);
526 if (spacer != null) {
527 spacer.setVisibility(View.VISIBLE);
558 final View spacer = contentPanel.findViewById(R.id.textSpacerNoTitle);
559 if (spacer != null) {
560 spacer.setVisibility(View.VISIBLE);