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.java90 private boolean mIsPinned = false; field in PredictedAppIcon
135 if (!mIsPinned) { in onDraw()
198 if (mIsPinned) { in applyFromWorkspaceItem()
240 if (mIsPinned || iconsToAnimate == null || iconsToAnimate.isEmpty()) { in createSlotMachineAnim()
281 if (mIsPinned) return; in pin()
282 mIsPinned = true; in pin()
302 if (!mIsPinned && !mIsDrawingDot) { in getIconBounds()
309 return mIsPinned; in isPinned()
388 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()
390 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()