Home
last modified time | relevance | path

Searched refs:mIsPinned (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java100 private boolean mIsPinned = false; field in PredictedAppIcon
152 if (!mIsPinned) { in onDraw()
220 mIsPinned ? info.contentDescription : in applyFromWorkspaceItemWithAnimation()
240 if (!mIsPinned && oldIcon != null) { in applyFromWorkspaceItemWithAnimation()
274 if (mIsPinned) return; in pin()
275 mIsPinned = true; in pin()
295 if (!mIsPinned && !mIsDrawingDot) { in getIconBounds()
302 return mIsPinned; in isPinned()
441 if (!mIsPinned) { in getSourceVisualDragBounds()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/chooser/
DImmutableTargetInfo.java130 private boolean mIsPinned; field in ImmutableTargetInfo.Builder
263 mIsPinned = isPinned; in setIsPinned()
337 mIsPinned, in build()
378 private final boolean mIsPinned; field in ImmutableTargetInfo
514 return mIsPinned; in isPinned()
622 mIsPinned = isPinned; in ImmutableTargetInfo()
DSelectableTargetInfo.java82 private final boolean mIsPinned; field in SelectableTargetInfo
192 mIsPinned = (shortcutInfo != null) && shortcutInfo.isPinned(); in SelectableTargetInfo()
391 return mIsPinned; in isPinned()
/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/
DPinnedAppsAdapter.java227 private final boolean mIsPinned; field in PinnedAppsAdapter.PinUnPinShortcut
234 mIsPinned = isPinned; in PinUnPinShortcut()
239 if (mIsPinned) { in onClick()