Searched refs:isShortEdge (Results 1 – 1 of 1) sorted by relevance
193 boolean isShortEdge, boolean isStart) { in decideWhichEdge() argument195 ? ((isShortEdge) ? (isStart ? TOP : BOTTOM) : (isStart ? LEFT : RIGHT)) in decideWhichEdge()196 : ((isShortEdge) ? (isStart ? LEFT : RIGHT) : (isStart ? TOP : BOTTOM)); in decideWhichEdge()347 private Rect onSetEdgeCutout(boolean isStart, boolean isShortEdge, @NonNull Rect rect) {349 if (isShortEdge) {358 gravity = decideWhichEdge(mIsShortEdgeOnTop, isShortEdge, isStart);