Searched refs:mClose (Results 1 - 2 of 2) 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...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActionBarContextView.java44 private View mClose; field in class:ActionBarContextView
194 if (mClose == null) {
196 mClose = inflater.inflate(R.layout.abc_action_mode_close_item, this, false);
197 addView(mClose);
198 } else if (mClose.getParent() == null) {
199 addView(mClose);
202 View closeButton = mClose.findViewById(R.id.action_mode_close_button);
241 if (mClose == null) {
318 if (mClose != null) {
319 availableWidth = measureChildView(mClose, availableWidt
[all...]

Completed in 150 milliseconds