Searched defs:endAbsBounds (Results 1 – 3 of 3) sorted by relevance
167 final Rect endAbsBounds = params.getEndAbsBounds(); in testCalculateParentBounds_flagEnabled() local210 @NonNull int[] parentBounds, @NonNull int[] endAbsBounds) { in ParentBoundsTestParameters()249 @NonNull Point endRelOffset, @NonNull Rect endAbsBounds, @NonNull Point endParentSize) { in prepareChangeForParentBoundsCalculationTest()
265 Rect endAbsBounds = (flg & 0x4) == 0 ? null : (Rect) in.readTypedObject(Rect.CREATOR); in DisplayChange() local
220 Rect startAbsBounds, Rect endAbsBounds, int fromRotation, int toRotation) { in onDisplayChangeRequested()