Searched refs:mLastContentInsets (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java6866 final Rect mLastContentInsets = new Rect(); field in class:WindowManagerService.WindowState
8142 pw.print(" last="); mLastContentInsets.printShortString(pw);
9979 !w.mLastContentInsets.equals(w.mContentInsets);
9986 w.mLastContentInsets.set(w.mContentInsets);
10317 win.mFrame.height(), win.mLastContentInsets,

Completed in 20 milliseconds