Searched refs:focusedViewRect (Results 1 – 1 of 1) sorted by relevance
117 Rect focusedViewRect = focusedView->GetRect(); in CompareCandidatesByUp() local124 … if (IsAtSameCol(focusedViewRect, currentRect) && IsAtSameCol(focusedViewRect, candidateRect)) { in CompareCandidatesByUp()134 Rect focusedViewRect = focusedView->GetRect(); in CompareCandidatesByDown() local136 if (currentRect.GetTop() <= focusedViewRect.GetTop()) { in CompareCandidatesByDown()141 … if (IsAtSameCol(focusedViewRect, currentRect) && IsAtSameCol(focusedViewRect, candidateRect)) { in CompareCandidatesByDown()151 Rect focusedViewRect = focusedView->GetRect(); in CompareCandidatesByLeft() local153 if (currentRect.GetRight() >= focusedViewRect.GetRight()) { in CompareCandidatesByLeft()158 … if (IsAtSameRow(focusedViewRect, currentRect) && IsAtSameRow(focusedViewRect, candidateRect)) { in CompareCandidatesByLeft()168 Rect focusedViewRect = focusedView->GetRect(); in CompareCandidatesByRight() local170 if (currentRect.GetLeft() <= focusedViewRect.GetLeft()) { in CompareCandidatesByRight()[all …]