Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
492 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in findNudgeTargetFocusArea() local564 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in shouldNudgeOutOfIme() local618 Rect sourceBounds = new Rect(); in addWindowsInDirection() local878 private AccessibilityNodeInfo chooseBestNudgeCandidate(@NonNull Rect sourceBounds, in chooseBestNudgeCandidate()915 private boolean isCandidate(@NonNull Rect sourceBounds, in isCandidate()
1678 Rect sourceBounds = new Rect(); in nudgeTo() local
183 Rect sourceBounds = Utilities.getViewBounds(view); in onClick() local185 sourceBounds, ActivityOptions.makeBasic().toBundle()); in onClick() local
211 Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo()
585 val sourceBounds = Rect(0, 0, source.getHeight(), source.getWidth()) in getAlertAnimator() constant