Searched refs:updateBoundsCallback (Results 1 – 1 of 1) sorted by relevance
133 Consumer<Rect> updateBoundsCallback = (Consumer<Rect>) args.arg1;138 if (updateBoundsCallback != null) {139 updateBoundsCallback.accept(toBounds);150 if (updateBoundsCallback != null) {151 updateBoundsCallback.accept(toBounds);162 if (updateBoundsCallback != null) {163 updateBoundsCallback.accept(toBounds);171 if (updateBoundsCallback != null) {172 updateBoundsCallback.accept(toBounds);628 Consumer<Rect> updateBoundsCallback) { in scheduleAnimateResizePip() argument[all …]