OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAdjustSelectionBoundsEnabled
(Results
1 - 3
of
3
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactEntryListFragment.java
99
private boolean
mAdjustSelectionBoundsEnabled
= true;
248
outState.putBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED,
mAdjustSelectionBoundsEnabled
);
281
mAdjustSelectionBoundsEnabled
= savedState.getBoolean(KEY_ADJUST_SELECTION_BOUNDS_ENABLED);
580
mAdjustSelectionBoundsEnabled
= flag;
805
mAdapter.setAdjustSelectionBoundsEnabled(
mAdjustSelectionBoundsEnabled
);
[
all
...]
ContactEntryListAdapter.java
68
private boolean
mAdjustSelectionBoundsEnabled
;
359
return
mAdjustSelectionBoundsEnabled
;
363
mAdjustSelectionBoundsEnabled
= enabled;
ContactListItemView.java
246
private boolean
mAdjustSelectionBoundsEnabled
= true;
[
all
...]
Completed in 225 milliseconds