Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewTreeObserver.java238 public final Rect visibleInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
288 visibleInsets.setEmpty(); in reset()
295 && visibleInsets.isEmpty() in isEmpty()
303 result = 31 * result + visibleInsets.hashCode(); in hashCode()
317 visibleInsets.equals(other.visibleInsets) && in equals()
324 visibleInsets.set(other.visibleInsets); in set()
DIWindow.aidl55 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.java2670 final Rect visibleInsets; in performTraversals() local
2674 visibleInsets = mTranslator.getTranslatedVisibleInsets(insets.visibleInsets); in performTraversals()
2678 visibleInsets = insets.visibleInsets; in performTraversals()
2684 contentInsets, visibleInsets, touchableRegion); in performTraversals()
7401 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
7407 + " visibleInsets=" + visibleInsets.toShortString() in dispatchResized()
7418 visibleInsets, stableInsets); in dispatchResized()
7428 mTranslator.translateRectInScreenToAppWindow(visibleInsets); in dispatchResized()
7434 args.arg3 = sameProcessCall ? new Rect(visibleInsets) : visibleInsets; in dispatchResized()
8537 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in resized() argument
[all …]
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java40 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized() argument
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java51 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.java469 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized() argument
DWindowState.java3235 final Rect visibleInsets = mWindowFrames.mLastVisibleInsets; in reportResized() local
3249 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, in reportResized()
3258 dispatchResized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, in reportResized()
3370 Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, in dispatchResized() argument
3376 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets, outsets, in dispatchResized()
DWindowManagerService.java1906 Rect visibleInsets, Region touchableRegion) { in setInsetsWindow() argument
1913 + ", visibleInsets=" + w.mGivenVisibleInsets + " -> " + visibleInsets in setInsetsWindow()
1919 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();