HomeSort by relevance Sort by last modified time
    Searched refs:mContentInsets (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/view/
SurfaceView.java 104 final Rect mContentInsets = new Rect();
255 mWinFrame, mContentInsets, mVisibleInsets, mConfiguration, mSurface);
477 mVisible ? VISIBLE : GONE, mContentInsets);
498 visible ? VISIBLE : GONE, false, mWinFrame, mContentInsets,
ViewRoot.java 498 getHostVisibility(), mAttachInfo.mContentInsets,
514 mTranslator.translateRectInScreenToAppWindow(mAttachInfo.mContentInsets);
516 mPendingContentInsets.set(mAttachInfo.mContentInsets);
803 host.fitSystemWindows(mAttachInfo.mContentInsets);
809 if (!mAttachInfo.mContentInsets.equals(mPendingContentInsets)) {
810 mAttachInfo.mContentInsets.set(mPendingContentInsets);
811 host.fitSystemWindows(mAttachInfo.mContentInsets);
814 + mAttachInfo.mContentInsets);
    [all...]
View.java     [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 151 final Rect mContentInsets = new Rect();
517 mSession.add(mWindow, mLayout, View.VISIBLE, mContentInsets,
530 View.VISIBLE, false, mWinFrame, mContentInsets,
    [all...]
  /frameworks/base/services/java/com/android/server/
WindowManagerService.java     [all...]

Completed in 61 milliseconds