OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortcutType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Dialer/java/com/android/dialer/app/list/
BlockedListSearchFragment.java
138
final int
shortcutType
= adapter.getShortcutTypeFromPosition(adapterPosition);
141
switch (
shortcutType
) {
155
"ignoring unsupported shortcut type: " +
shortcutType
);
DialerPhoneNumberListAdapter.java
106
final int
shortcutType
= getShortcutTypeFromPosition(position);
107
if (
shortcutType
>= 0) {
109
assignShortcutToView((ContactListItemView) convertView,
shortcutType
);
115
assignShortcutToView(v,
shortcutType
);
164
final int
shortcutType
= getShortcutTypeFromPosition(position);
165
if (
shortcutType
>= 0) {
172
private void assignShortcutToView(ContactListItemView v, int
shortcutType
) {
177
switch (
shortcutType
) {
216
public boolean setShortcutEnabled(int
shortcutType
, boolean visible) {
217
final boolean changed = mShortcutEnabled[
shortcutType
] != visible
[
all
...]
SearchFragment.java
229
final int
shortcutType
= adapter.getShortcutTypeFromPosition(position);
234
LogUtil.i("SearchFragment.onItemClick", "
shortcutType
: " +
shortcutType
);
236
switch (
shortcutType
) {
Completed in 1399 milliseconds