Searched refs:mIsPinned (Results 1 – 4 of 4) sorted by relevance
90 private boolean mIsPinned = false; field in PredictedAppIcon135 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()
130 private boolean mIsPinned; field in ImmutableTargetInfo.Builder263 mIsPinned = isPinned; in setIsPinned()337 mIsPinned, in build()378 private final boolean mIsPinned; field in ImmutableTargetInfo514 return mIsPinned; in isPinned()622 mIsPinned = isPinned; in ImmutableTargetInfo()
82 private final boolean mIsPinned; field in SelectableTargetInfo192 mIsPinned = (shortcutInfo != null) && shortcutInfo.isPinned(); in SelectableTargetInfo()390 return mIsPinned; in isPinned()
227 private final boolean mIsPinned; field in PinnedAppsAdapter.PinUnPinShortcut234 mIsPinned = isPinned; in PinUnPinShortcut()239 if (mIsPinned) { in onClick()