Searched refs:isPinned (Results 1 – 6 of 6) sorted by relevance
127 private boolean isPinned() { in isPinned() method in ConcurrentSharedRingBuffer.Pinnable352 if (entry.isPinned()) { in tryPin()391 if (!element.isPinned()) { in release()398 if (!element.isPinned()) { in release()533 if (element.getValue().isPinned()) { in tryGetPinned()594 if (element.isPinned()) { in releaseIfPinned()613 if (entry.getValue().isPinned()) { in releaseAll()
217 PinUnPinShortcut(SecondaryDisplayLauncher target, ItemInfo info, boolean isPinned) { in PinUnPinShortcut() argument218 super(isPinned ? R.drawable.ic_remove_no_shadow : R.drawable.ic_pin, in PinUnPinShortcut()219 isPinned ? R.string.remove_drop_target_label : R.string.action_add_to_workspace, in PinUnPinShortcut()221 mIsPinned = isPinned; in PinUnPinShortcut()
68 private boolean isPinned; field in PhoneFavoriteTileView96 isPinned = (entry.pinned != PinnedPositions.UNPINNED); in loadFromContact()139 if (isPinned) { in createClickListener()
38 if (host instanceof PredictedAppIcon && !((PredictedAppIcon) host).isPinned()) { in getSupportedActions()
90 if (!fullDetails.isPinned()) { in execute()
155 public boolean isPinned() { in isPinned() method in PredictedAppIcon