Searched refs:mIndicatorArea (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/design/src/android/support/design/widget/
H A DTextInputLayout.java129 private LinearLayout mIndicatorArea; field in class:TextInputLayout
358 if (mIndicatorArea != null) {
528 if (mIndicatorArea == null) {
529 mIndicatorArea = new LinearLayout(getContext());
530 mIndicatorArea.setOrientation(LinearLayout.HORIZONTAL);
531 addView(mIndicatorArea, LinearLayout.LayoutParams.MATCH_PARENT,
537 mIndicatorArea.addView(spacer, spacerLp);
543 mIndicatorArea.setVisibility(View.VISIBLE);
544 mIndicatorArea.addView(indicator, index);
550 ViewCompat.setPaddingRelative(mIndicatorArea, ViewCompa
[all...]

Completed in 32 milliseconds