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 100 private boolean mAdjustSelectionBoundsEnabled = true;
234 outState.putBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED, mAdjustSelectionBoundsEnabled);
267 mAdjustSelectionBoundsEnabled = savedState.getBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED);
554 mAdjustSelectionBoundsEnabled = flag;
778 mAdapter.setAdjustSelectionBoundsEnabled(mAdjustSelectionBoundsEnabled);
ContactEntryListAdapter.java 64 private boolean mAdjustSelectionBoundsEnabled;
354 return mAdjustSelectionBoundsEnabled;
358 mAdjustSelectionBoundsEnabled = enabled;
ContactListItemView.java 217 private boolean mAdjustSelectionBoundsEnabled = true;
646 if (mAdjustSelectionBoundsEnabled) {
    [all...]

Completed in 94 milliseconds