Searched refs:mShortcuts (Results 1 – 1 of 1) sorted by relevance
49 private List<ShortcutInfo> mShortcuts; field in ShortcutAdapter88 mShortcuts = shortcuts; in setShortcuts()93 return mShortcuts; in getShortcuts()98 return mShortcuts == null ? 0 : mShortcuts.size(); in getCount()103 return mShortcuts.get(position); in getItem()135 bindView(view, position, mShortcuts.get(position)); in getView()