if you tap below "Sign Out" button will you succeed? if yes you can:
1) find location and size of this element
2) location_y = signOut button locationY, height = height of signOut button, 10 - for sure
new TouchAction((MobileDriver) driver).press(x, location_y + height + 10).waitAction(50).release().perform();
repeat last 7 times