Home
last modified time | relevance | path

Searched refs:mShortcutEnabled (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/list/
DDialerPhoneNumberListAdapter.java35 private final boolean[] mShortcutEnabled = new boolean[SHORTCUT_COUNT]; field in DialerPhoneNumberListAdapter
43 for (int i = 0; i < mShortcutEnabled.length; i++) { in DialerPhoneNumberListAdapter()
44 mShortcutEnabled[i] = true; in DialerPhoneNumberListAdapter()
58 for (int i = 0; i < mShortcutEnabled.length; i++) { in getShortcutCount()
59 if (mShortcutEnabled[i]) count++; in getShortcutCount()
108 for (int i = 0; shortcutCount >= 0 && i < mShortcutEnabled.length; i++) { in getShortcutTypeFromPosition()
109 if (mShortcutEnabled[i]) { in getShortcutTypeFromPosition()
166 final boolean changed = mShortcutEnabled[shortcutType] != visible; in setShortcutEnabled()
167 mShortcutEnabled[shortcutType] = visible; in setShortcutEnabled()