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

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java92 private View mSelectionContainer; field in class:ActionBarAdapter
181 mSelectionContainer = inflater.inflate(R.layout.selection_bar, mToolbar,
185 mToolBarFrame.addView(mSelectionContainer, 0);
186 mSelectionContainer.findViewById(R.id.selection_close).setOnClickListener(
395 = (mSelectionContainer.getParent() == null) == mSelectionMode;
409 mToolBarFrame.removeView(mSelectionContainer);
430 mSelectionContainer.setAlpha(0);
431 mSelectionContainer.animate().alpha(1);
438 mSelectionContainer.setAlpha(1);
440 mSelectionContainer
[all...]

Completed in 72 milliseconds