Searched refs:mLastGivenInsets (Results 1 – 2 of 2) sorted by relevance
511 final ViewTreeObserver.InternalInsetsInfo mLastGivenInsets field in ViewRootImpl2665 if (insetsPending || !mLastGivenInsets.equals(insets)) { in performTraversals()2666 mLastGivenInsets.set(insets); in performTraversals()
79198 Landroid/view/ViewRootImpl;->mLastGivenInsets:Landroid/view/ViewTreeObserver$InternalInsetsInfo;