Searched defs:mClose (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java51 private View mClose; field in class:ActionBarContextView
204 if (mClose == null) {
206 mClose = inflater.inflate(R.layout.action_mode_close_item, this, false);
207 addView(mClose);
208 } else if (mClose.getParent() == null) {
209 addView(mClose);
212 View closeButton = mClose.findViewById(R.id.action_mode_close_button);
256 if (mClose == null) {
346 if (mClose != null) {
347 availableWidth = measureChildView(mClose, availableWidt
[all...]

Completed in 26 milliseconds