Home
last modified time | relevance | path

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

/development/samples/ShortcutDemo/launcher/src/com/example/android/pm/shortcutlauncherdemo/
DShortcutListFragment.java107 if (selected.isPinned()) { in togglePin()
240 return si.isPinned() ? "Unpin" : "Pin"; in getAction2Text()
/development/samples/AutofillKeyboard/src/com/example/android/autofillkeyboard/
DAutofillImeService.java374 suggestionView, /*isAction*/ inlineSuggestion.getInfo().isPinned()); in inflateThenShowSuggestions()
399 SuggestionItem(InlineContentView view, boolean isPinned) { in SuggestionItem() argument
401 mIsPinned = isPinned; in SuggestionItem()
/development/samples/ShortcutDemo/common/src/com/example/android/pm/shortcutdemo/
DShortcutAdapter.java169 + (si.isPinned() ? " [pinned]" : "") + "\n" in bindView()
/development/samples/browseable/AppShortcuts/src/com.example.android.appshortcuts/
DMain.java157 if (shortcut.isPinned()) { in getType()
/development/samples/ShortcutSample/src/com/example/android/shortcutsample/
DMain.java223 if (shortcut.isPinned()) { in getType()