Searched refs:shouldPreformHaptic (Results 1 – 2 of 2) sorted by relevance
115 ShelfAnimState(boolean shouldPreformHaptic) { in ShelfAnimState() argument116 this.shouldPreformHaptic = shouldPreformHaptic; in ShelfAnimState()119 public final boolean shouldPreformHaptic; field in ActivityControlHelper.AnimationFactory.ShelfAnimState
669 if (mRecentsView != null && shelfState.shouldPreformHaptic) { in setShelfState()