this is my solution
public void scrollToText(String text) {
MobileElement scroll = driver.findElement(MobileBy.AndroidUIAutomator(βnew UiScrollable(
new UiSelector()).scrollIntoView(β + βnew UiSelector().description(β + ββ" + text + ββ"+ β));β));
}