Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
498 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in findNudgeTargetFocusArea() local570 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in shouldNudgeOutOfIme() local624 Rect sourceBounds = new Rect(); in addWindowsInDirection() local884 private AccessibilityNodeInfo chooseBestNudgeCandidate(@NonNull Rect sourceBounds, in chooseBestNudgeCandidate()921 private boolean isCandidate(@NonNull Rect sourceBounds, in isCandidate()
1678 Rect sourceBounds = new Rect(); in nudgeTo() local
119 Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo()
189 Rect sourceBounds = Utilities.getViewBounds(view); in onClick() local194 sourceBounds, options.toBundle()); in onClick() local
585 val sourceBounds = Rect(0, 0, source.getHeight(), source.getWidth()) in getAlertAnimator() constant