Searched refs:isShortEdge (Results 1 – 1 of 1) sorted by relevance
159 boolean isShortEdge, boolean isStart) { in decideWhichEdge() argument161 ? ((isShortEdge) ? (isStart ? TOP : BOTTOM) : (isStart ? LEFT : RIGHT)) in decideWhichEdge()162 : ((isShortEdge) ? (isStart ? LEFT : RIGHT) : (isStart ? TOP : BOTTOM)); in decideWhichEdge()304 private Rect onSetEdgeCutout(boolean isStart, boolean isShortEdge, @NonNull Rect rect) {306 if (isShortEdge) {315 gravity = decideWhichEdge(mIsShortEdgeOnTop, isShortEdge, isStart);