Searched refs:mIsStashed (Results 1 – 1 of 1) 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()