HomeSort by relevance Sort by last modified time
    Searched refs:mAdjustSelectionBoundsEnabled (Results 1 - 3 of 3) sorted by null

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java 97 private boolean mAdjustSelectionBoundsEnabled = true;
231 outState.putBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED, mAdjustSelectionBoundsEnabled);
264 mAdjustSelectionBoundsEnabled = savedState.getBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED);
551 mAdjustSelectionBoundsEnabled = flag;
775 mAdapter.setAdjustSelectionBoundsEnabled(mAdjustSelectionBoundsEnabled);
ContactEntryListAdapter.java 64 private boolean mAdjustSelectionBoundsEnabled;
354 return mAdjustSelectionBoundsEnabled;
358 mAdjustSelectionBoundsEnabled = enabled;
ContactListItemView.java 218 private boolean mAdjustSelectionBoundsEnabled = true;
647 if (mAdjustSelectionBoundsEnabled) {
    [all...]

Completed in 153 milliseconds