Searched refs:mAdjustSelectionBoundsEnabled (Results 1 – 3 of 3) sorted by relevance
102 private boolean mAdjustSelectionBoundsEnabled = true; field in ContactEntryListFragment260 outState.putBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED, mAdjustSelectionBoundsEnabled); in onSaveInstanceState()295 mAdjustSelectionBoundsEnabled = savedState.getBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED); in restoreSavedState()603 mAdjustSelectionBoundsEnabled = flag;838 mAdapter.setAdjustSelectionBoundsEnabled(mAdjustSelectionBoundsEnabled);
67 private boolean mAdjustSelectionBoundsEnabled; field in ContactEntryListAdapter355 return mAdjustSelectionBoundsEnabled; in isAdjustSelectionBoundsEnabled()359 mAdjustSelectionBoundsEnabled = enabled; in setAdjustSelectionBoundsEnabled()
251 private boolean mAdjustSelectionBoundsEnabled = true; field in ContactListItemView900 if (mAdjustSelectionBoundsEnabled) { in adjustListItemSelectionBounds()1836 mAdjustSelectionBoundsEnabled = enabled; in setAdjustSelectionBoundsEnabled()