Searched refs:hashCode (Results 1 – 13 of 13) sorted by relevance
47 override fun hashCode(): Int { in hashCode() method in androidx.pdf.view.PdfRect48 var result = pageNum.hashCode() in hashCode()49 result = 31 * result + pageRect.hashCode() in hashCode()100 override fun hashCode(): Int { in hashCode() method in androidx.pdf.view.PdfPoint101 var result = pageNum.hashCode() in hashCode()102 result = 31 * result + pagePoint.hashCode() in hashCode()145 override fun hashCode(): Int { in hashCode() method in androidx.pdf.view.Highlight146 var result = area.hashCode() in hashCode()147 result = 31 * result + color.hashCode() in hashCode()181 override fun hashCode(): Int { in hashCode() method in androidx.pdf.view.TextSelection[all …]
62 override fun hashCode(): Int { in hashCode() method in androidx.pdf.view.SelectionModel63 var result = selection.hashCode() in hashCode()64 result = 31 * result + startBoundary.hashCode() in hashCode()65 result = 31 * result + endBoundary.hashCode() in hashCode()151 override fun hashCode(): Int { in hashCode() method in androidx.pdf.view.UiSelectionBoundary152 var result = location.hashCode() in hashCode()153 result = 31 * result + isRtl.hashCode() in hashCode()
97 public int hashCode() { in hashCode() method in MatchRects98 return mRects.hashCode() + 31 * mMatchToRect.hashCode() + 101 * mCharIndexes.hashCode(); in hashCode()
78 public int hashCode() { in hashCode() method in Dimensions
124 public int hashCode() { in hashCode() method in SelectionBoundary
93 public int hashCode() { in hashCode() method in SelectedMatch94 return mQuery.hashCode() + 31 * mPage + 101 * mPageMatches.hashCode() + 313 * mSelected; in hashCode()
37 public int hashCode() { in hashCode() method in MatchCount
36 assertThat(alsoEmpty.hashCode()).isEqualTo(empty.hashCode()); in testEmptyRange()
459 public int hashCode() {460 return 31 + TileBoard.this.hashCode() + getIndex();522 public int hashCode() {
157 public int hashCode() { in hashCode() method in DisplayData
64 public int hashCode() { in hashCode() method in Range
478 public int hashCode() { in hashCode() method in PdfPageLoader.RenderTileTask479 return mTileInfo.hashCode(); in hashCode()
1393 public int hashCode() { in hashCode() method in ZoomView.ZoomScroll