Searched defs:sourceBounds (Results 1 – 5 of 5) sorted by relevance
457 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in shouldNudgeOutOfIme() local510 Rect sourceBounds = new Rect(); in addWindowsInDirection() local721 Rect sourceBounds = Utils.getBoundsInScreen(sourceNode); in chooseBestNudgeCandidate() local753 private boolean isCandidate(@NonNull Rect sourceBounds, in isCandidate()
158 Rect sourceBounds = mTarget.getViewBounds(view); in onClick() local
211 public void startDetailsActivityForInfo(ItemInfo info, Rect sourceBounds, Bundle opts) { in startDetailsActivityForInfo()
325 public void startShortcut(String packageName, String id, Rect sourceBounds, in startShortcut()
584 val sourceBounds = Rect(0, 0, source.getHeight(), source.getWidth()) in getAlertAnimator() constant