Searched refs:mContentInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | SurfaceView.java | 102 final Rect mContentInsets = new Rect(); field in SurfaceView 270 mWinFrame, mContentInsets, mVisibleInsets, mConfiguration, mSurface); in hideSurface() 496 mVisible ? VISIBLE : GONE, mContentInsets); in updateWindow() 517 visible ? VISIBLE : GONE, false, mWinFrame, mContentInsets, in updateWindow()
|
D | ViewRootImpl.java | 484 getHostVisibility(), mAttachInfo.mContentInsets, in setView() 501 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets); in setView() 503 mPendingContentInsets.set(mAttachInfo.mContentInsets); in setView() 929 host.fitSystemWindows(mAttachInfo.mContentInsets); in performTraversals() 971 if (!mPendingContentInsets.equals(mAttachInfo.mContentInsets)) { in performTraversals() 1184 mAttachInfo.mContentInsets); in performTraversals() 1253 mAttachInfo.mContentInsets.set(mPendingContentInsets); in performTraversals() 1254 host.fitSystemWindows(mAttachInfo.mContentInsets); in performTraversals() 1256 + mAttachInfo.mContentInsets); in performTraversals() 2039 final Rect ci = attachInfo.mContentInsets; in scrollToRectOrFocus()
|
D | View.java | 14368 final Rect mContentInsets = new Rect();
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 154 final Rect mContentInsets = new Rect(); field in WallpaperService.Engine 484 out.print(" mContentInsets="); out.println(mContentInsets.toShortString()); in dump() 568 … if (mSession.add(mWindow, mWindow.mSeq, mLayout, View.VISIBLE, mContentInsets, in updateSurface() 584 View.VISIBLE, false, mWinFrame, mContentInsets, in updateSurface()
|
/frameworks/base/services/java/com/android/server/wm/ |
D | WindowState.java | 137 final Rect mContentInsets = new Rect(); field in WindowState 479 final Rect contentInsets = mContentInsets; in computeFrameLw() 1668 pw.print(prefix); pw.print("mContentInsets="); mContentInsets.printShortString(pw); in dump()
|
D | WindowManagerService.java | 2766 outContentInsets.set(win.mContentInsets); in relayoutWindow() 5059 final Rect cr = ws.mContentInsets; in screenshotApplications() 8224 !w.mLastContentInsets.equals(w.mContentInsets); 8251 w.mLastContentInsets.set(w.mContentInsets);
|