Searched refs:topOrLeftBounds (Results 1 – 2 of 2) sorted by relevance
160 final Rect topOrLeftBounds = new Rect(); in getTargets() local162 mSplitScreen.getStageBounds(topOrLeftBounds, bottomOrRightBounds); in getTargets()163 topOrLeftBounds.intersect(displayRegion); in getTargets()174 float centerX = topOrLeftBounds.right + (dividerWidth / 2); in getTargets()184 mTargets.add(new Target(TYPE_SPLIT_LEFT, leftHitRegion, topOrLeftBounds)); in getTargets()195 float centerX = topOrLeftBounds.bottom + (dividerWidth / 2); in getTargets()205 mTargets.add(new Target(TYPE_SPLIT_TOP, topHitRegion, topOrLeftBounds)); in getTargets()
309 Rect topOrLeftBounds = new Rect(); in prepare() local311 mSplitScreenController.getStageBounds(topOrLeftBounds, bottomOrRightBounds); in prepare()312 updateDropZoneSizes(topOrLeftBounds, bottomOrRightBounds); in prepare()