Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/util/
DConcurrentSharedRingBuffer.java127 private boolean isPinned() { in isPinned() method in ConcurrentSharedRingBuffer.Pinnable
352 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()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java217 PinUnPinShortcut(SecondaryDisplayLauncher target, ItemInfo info, boolean isPinned) { in PinUnPinShortcut() argument
218 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()
/packages/apps/Dialer/java/com/android/dialer/app/list/
DPhoneFavoriteTileView.java68 private boolean isPinned; field in PhoneFavoriteTileView
96 isPinned = (entry.pinned != PinnedPositions.UNPINNED); in loadFromContact()
139 if (isPinned) { in createClickListener()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAccessibilityDelegate.java38 if (host instanceof PredictedAppIcon && !((PredictedAppIcon) host).isPinned()) { in getSupportedActions()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DShortcutsChangedTask.java90 if (!fullDetails.isPinned()) { in execute()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java155 public boolean isPinned() { in isPinned() method in PredictedAppIcon