Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
469 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in findNudgeTargetFocusArea() local541 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in shouldNudgeOutOfIme() local595 Rect sourceBounds = new Rect(); in addWindowsInDirection() local855 private AccessibilityNodeInfo chooseBestNudgeCandidate(@NonNull Rect sourceBounds, in chooseBestNudgeCandidate()892 private boolean isCandidate(@NonNull Rect sourceBounds, in isCandidate()
1656 Rect sourceBounds = new Rect(); in nudgeTo() local
170 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo()
192 Rect sourceBounds = Utilities.getViewBounds(view); in onClick() local
585 val sourceBounds = Rect(0, 0, source.getHeight(), source.getWidth()) in getAlertAnimator() constant