Searched refs:isPinned (Results 1 – 7 of 7) sorted by relevance
83 @Input() isPinned = false;108 if (!this.isPinned && this.isSelected && !this.isNodeInView()) {
214 isPinned() {
107 if (selected.isPinned()) { in togglePin()240 return si.isPinned() ? "Unpin" : "Pin"; in getAction2Text()
374 suggestionView, /*isAction*/ inlineSuggestion.getInfo().isPinned()); in inflateThenShowSuggestions()399 SuggestionItem(InlineContentView view, boolean isPinned) { in SuggestionItem() argument401 mIsPinned = isPinned; in SuggestionItem()
169 + (si.isPinned() ? " [pinned]" : "") + "\n" in bindView()
157 if (shortcut.isPinned()) { in getType()
223 if (shortcut.isPinned()) { in getType()