Home
last modified time | relevance | path

Searched refs:visibleInsets (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/view/
DViewTreeObserver.java233 public final Rect visibleInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
283 visibleInsets.setEmpty(); in reset()
290 && visibleInsets.isEmpty() in isEmpty()
298 result = 31 * result + visibleInsets.hashCode(); in hashCode()
312 visibleInsets.equals(other.visibleInsets) && in equals()
319 visibleInsets.set(other.visibleInsets); in set()
DIWindow.aidl54 in Rect visibleInsets, in Rect stableInsets, in Rect outsets, boolean reportDraw, in resized() argument
DIWindowSession.aidl142 in Rect visibleInsets, in Region touchableRegion); in setInsets() argument
DViewRootImpl.java2646 final Rect visibleInsets; in performTraversals() local
2650 visibleInsets = mTranslator.getTranslatedVisibleInsets(insets.visibleInsets); in performTraversals()
2654 visibleInsets = insets.visibleInsets; in performTraversals()
2660 contentInsets, visibleInsets, touchableRegion); in performTraversals()
7231 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
7237 + " visibleInsets=" + visibleInsets.toShortString() in dispatchResized()
7248 visibleInsets, stableInsets); in dispatchResized()
7258 mTranslator.translateRectInScreenToAppWindow(visibleInsets); in dispatchResized()
7264 args.arg3 = sameProcessCall ? new Rect(visibleInsets) : visibleInsets; in dispatchResized()
8356 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java39 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java44 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized() argument
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java442 public Rect getTranslatedVisibleInsets(Rect visibleInsets) { in getTranslatedVisibleInsets() argument
444 mVisibleInsetsBuffer.set(visibleInsets); in getTranslatedVisibleInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DSession.java217 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets() argument
219 visibleInsets, touchableArea); in setInsets()
DTaskSnapshotSurface.java468 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized() argument
DWindowState.java3152 final Rect visibleInsets = mWindowFrames.mLastVisibleInsets; in reportResized() local
3166 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, in reportResized()
3175 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized()
3255 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
3261 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets, in dispatchResized()
DWindowManagerService.java1893 Rect visibleInsets, Region touchableRegion) { in setInsetsWindow() argument
1900 + ", visibleInsets=" + w.mGivenVisibleInsets + " -> " + visibleInsets in setInsetsWindow()
1906 w.mGivenVisibleInsets.set(visibleInsets); in setInsetsWindow()
/frameworks/base/core/java/android/inputmethodservice/
DInputMethodService.java439 info.contentInsets.top = info.visibleInsets.top = decor.getHeight();
445 info.visibleInsets.top = mTmpInsets.visibleTopInsets;
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java322 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw,
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java1000 info.visibleInsets.set(mTmpInsets.contentInsets);
/frameworks/base/core/java/com/android/internal/widget/
DFloatingToolbar.java405 info.visibleInsets.setEmpty();