HomeSort by relevance Sort by last modified time
    Searched full:shortcuttype (Results 1 - 17 of 17) sorted by null

  /packages/apps/Dialer/src/com/android/dialer/list/
DialerPhoneNumberListAdapter.java 83 final int shortcutType = getShortcutTypeFromPosition(position);
84 if (shortcutType >= 0) {
86 assignShortcutToView((ContactListItemView) convertView, shortcutType);
90 assignShortcutToView(v, shortcutType);
127 final int shortcutType = getShortcutTypeFromPosition(position);
128 if (shortcutType >= 0) {
135 private void assignShortcutToView(ContactListItemView v, int shortcutType) {
140 switch (shortcutType) {
165 public boolean setShortcutEnabled(int shortcutType, boolean visible) {
166 final boolean changed = mShortcutEnabled[shortcutType] != visible
    [all...]
SearchFragment.java 151 final int shortcutType = adapter.getShortcutTypeFromPosition(position);
154 switch (shortcutType) {
  /external/chromium_org/chrome/installer/util/
google_chrome_binaries_distribution.h 16 virtual base::string16 GetShortcutName(ShortcutType shortcut_type);
chrome_frame_distribution.h 22 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
24 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
chromium_binaries_distribution.h 23 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
25 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
google_chrome_sxs_distribution.h 23 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
24 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
chromium_binaries_distribution.cc 55 ShortcutType shortcut_type) {
104 int ChromiumBinariesDistribution::GetIconIndex(ShortcutType shortcut_type) {
google_chrome_distribution.h 39 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
43 virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
google_chrome_distribution_dummy.cc 48 ShortcutType shortcut_type) {
52 int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) {
google_chrome_sxs_distribution.cc 38 ShortcutType shortcut_type) {
93 int GoogleChromeSxSDistribution::GetIconIndex(ShortcutType shortcut_type) {
chrome_app_host_distribution.h 23 virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
google_chrome_binaries_distribution.cc 31 ShortcutType shortcut_type) {
chrome_frame_distribution.cc 58 ShortcutType shortcut_type) {
102 int ChromeFrameDistribution::GetIconIndex(ShortcutType shortcut_type) {
browser_distribution.h 35 enum ShortcutType {
87 virtual base::string16 GetShortcutName(ShortcutType shortcut_type);
91 virtual int GetIconIndex(ShortcutType shortcut_type);
browser_distribution.cc 173 ShortcutType shortcut_type) {
189 int BrowserDistribution::GetIconIndex(ShortcutType shortcut_type) {
chrome_app_host_distribution.cc 50 ShortcutType shortcut_type) {
google_chrome_distribution.cc 136 ShortcutType shortcut_type) {
152 int GoogleChromeDistribution::GetIconIndex(ShortcutType shortcut_type) {

Completed in 335 milliseconds