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

/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
H A DShortcutInfoCompat.java88 public boolean isPinned() { method in class:ShortcutInfoCompat
89 return mShortcutInfo.isPinned();
H A DShortcutCache.java67 if (shortcut.isPinned()) {
/packages/apps/Camera2/src/com/android/camera/util/
H A DConcurrentSharedRingBuffer.java127 private boolean isPinned() { method in class:ConcurrentSharedRingBuffer.Pinnable
352 if (entry.isPinned()) {
391 if (!element.isPinned()) {
398 if (!element.isPinned()) {
533 if (element.getValue().isPinned()) {
594 if (element.isPinned()) {
613 if (entry.getValue().isPinned()) {
/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DPhoneFavoriteTileView.java63 private boolean isPinned; field in class:PhoneFavoriteTileView
94 isPinned = (entry.pinned != PinnedPositions.UNPINNED);
136 if (isPinned) {
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DShortcutsChangedTask.java84 if (!fullDetails.isPinned()) {

Completed in 93 milliseconds