/packages/modules/IntentResolver/java/src/com/android/intentresolver/ |
D | ChooserTargetActionsDialogFragment.java | 237 .filter(s -> s.isPinned() && s.getPackage().equals(packageName)) in getPinnedShortcutsFromPackageAsUser() 253 private Drawable getPinIcon(boolean isPinned) { in getPinIcon() argument 254 return isPinned in getPinIcon() 259 private CharSequence getPinLabel(boolean isPinned, CharSequence targetLabel) { in getPinLabel() argument 260 return isPinned in getPinLabel() 268 return getPinLabel(isPinned(dri), in getItemLabel() 274 return getPinIcon(isPinned(dri)); in getItemIcon() 287 private boolean isPinned(DisplayResolveInfo dri) { in isPinned() method in ChooserTargetActionsDialogFragment 288 return isShortcutTarget() ? mIsShortcutPinned : dri.isPinned(); in isPinned()
|
D | ResolvedComponentInfo.java | 93 public boolean isPinned() { in isPinned() method in ResolvedComponentInfo
|
D | ShortcutSelectionLogic.java | 103 if ((shortcutInfo != null) && shortcutInfo.isPinned()) { in addServiceResults()
|
D | ResolverListAdapter.java | 529 dri.setPinned(rci.isPinned()); 530 if (rci.isPinned()) {
|
D | ChooserActivity.java | 841 boolean isShortcutPinned = targetInfo.isSelectableTargetInfo() && targetInfo.isPinned(); 921 targetInfo.isPinned(), 935 targetInfo.isPinned(),
|
D | ChooserListAdapter.java | 333 } else if (info.isPinned() && (getPositionTargetType(position) == TARGET_STANDARD in onBindView()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | ConcurrentSharedRingBuffer.java | 127 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/modules/IntentResolver/java/tests/src/com/android/intentresolver/logging/ |
D | EventLogTest.java | 159 final boolean isPinned = true; in testLogShareTargetSelected() 170 isPinned, in testLogShareTargetSelected() 180 eq(isPinned)); in testLogShareTargetSelected() 331 final boolean isPinned = true; in testDifferentLoggerInstancesUseDifferentInstanceIds() 342 isPinned, in testDifferentLoggerInstancesUseDifferentInstanceIds() 353 isPinned, in testDifferentLoggerInstancesUseDifferentInstanceIds() 378 final boolean isPinned = true; in testUiAndFrameworkEventsUseSameInstanceIdForSameLoggerInstance() 389 isPinned, in testUiAndFrameworkEventsUseSameInstanceIdForSameLoggerInstance()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/ |
D | ImmutableTargetInfo.java | 261 public Builder setIsPinned(boolean isPinned) { in setIsPinned() argument 262 mIsPinned = isPinned; in setIsPinned() 403 .setIsPinned(isPinned()) in toBuilder() 512 public boolean isPinned() { in isPinned() method in ImmutableTargetInfo 601 boolean isPinned, in ImmutableTargetInfo() argument 621 mIsPinned = isPinned; in ImmutableTargetInfo()
|
D | SelectableTargetInfo.java | 191 mIsPinned = (shortcutInfo != null) && shortcutInfo.isPinned(); in SelectableTargetInfo() 388 public boolean isPinned() { in isPinned() method in SelectableTargetInfo
|
D | TargetInfo.java | 240 boolean isPinned(); in isPinned() method
|
D | DisplayResolveInfo.java | 251 public boolean isPinned() { in isPinned() method in DisplayResolveInfo
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/logging/ |
D | EventLog.java | 84 boolean isPinned); in write() argument 174 boolean isPinned, in logShareTargetSelected() argument 182 /* is_pinned = 5 */ isPinned); in logShareTargetSelected() 529 boolean isPinned) { in write() argument 536 /* is_pinned = 5 */ isPinned); in write()
|
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
D | PinnedAppsAdapter.java | 230 boolean isPinned) { in PinUnPinShortcut() argument 231 super(isPinned ? R.drawable.ic_remove_no_shadow : R.drawable.ic_pin, in PinUnPinShortcut() 232 isPinned ? R.string.remove_drop_target_label : R.string.action_add_to_workspace, in PinUnPinShortcut() 234 mIsPinned = isPinned; in PinUnPinShortcut()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | PhoneFavoriteTileView.java | 68 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/hybridhotseat/ |
D | HotseatEduController.java | 195 boolean isPinned = info.container == LauncherSettings.Favorites.CONTAINER_HOTSEAT; in showHotseatArrowTip() 196 if (isPinned == usePinned) { in showHotseatArrowTip()
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/model/ |
D | AbstractResolverComparator.java | 210 final boolean lPinned = lhsp.isPinned(); in compare() 211 final boolean rPinned = rhsp.isPinned(); in compare()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | QuickstepAccessibilityDelegate.java | 38 if (host instanceof PredictedAppIcon && !((PredictedAppIcon) host).isPinned()) { in getSupportedActions()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ShortcutsChangedTask.java | 100 if (!fullDetails.isPinned()) { in execute()
|
/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/chooser/ |
D | ImmutableTargetInfoTest.kt | 119 assertThat(info.isPinned).isTrue() in testBasicProperties() 174 assertThat(info.isPinned).isTrue() in testToBuilderPreservesBasicProperties()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | PredictedAppIcon.java | 308 public boolean isPinned() { in isPinned() method in PredictedAppIcon
|