Searched refs:mDeferScroll (Results 1 – 1 of 1) sorted by relevance
586 private int mDeferScroll = -1; field in TextView7180 if (mDeferScroll >= 0) { in onLayout()7181 int curs = mDeferScroll; in onLayout()7182 mDeferScroll = -1; in onLayout()7267 mDeferScroll = offset; in bringPointIntoView()