Searched refs:mIsStashed (Results 1 – 2 of 2) sorted by relevance
31 private boolean mIsStashed; field in PictureInPictureUiState35 mIsStashed = in.readBoolean(); in PictureInPictureUiState()41 mIsStashed = isStashed; in PictureInPictureUiState()61 return mIsStashed; in isStashed()69 return Objects.equals(mIsStashed, that.mIsStashed); in equals()74 return Objects.hash(mIsStashed); in hashCode()84 out.writeBoolean(mIsStashed); in writeToParcel()
128 private boolean mIsStashed = false; field in TaskbarStashController221 return mIsStashed; in isStashed()251 return !mIsStashed && (mState & FLAG_IN_APP) != 0; in isInAppAndNotStashed()390 mIsStashed = isStashed; in createAnimToIsStashed()391 onIsStashed(mIsStashed); in createAnimToIsStashed()549 private boolean mIsStashed; field in TaskbarStashController.StatePropertyHolder579 if (mIsStashed != isStashed) { in setState()580 mIsStashed = isStashed; in setState()583 createAnimToIsStashed(mIsStashed, duration, startDelay); in setState()