Home
last modified time | relevance | path

Searched defs:contentInsets (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl48 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets, in resized()
DIWindowSession.aidl126 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DSurfaceView.java659 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, in resized()
DViewTreeObserver.java207 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DViewRootImpl.java1255 Rect contentInsets = mDispatchContentInsets; in getWindowInsets() local
1986 final Rect contentInsets; in performTraversals() local
5689 public void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
6698 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, in resized()
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java37 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, in resized()
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java197 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets() local
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java399 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindowSession.java128 public void setInsets(IWindow window, int touchable, Rect contentInsets, in setInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java719 Rect contentInsets) { in createAspectScaledThumbnailEnterExitAnimationLocked()
956 int appWidth, int appHeight, int orientation, Rect containingFrame, Rect contentInsets, in loadAnimation()
DSession.java220 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DWindowState.java1506 final Rect contentInsets = mLastContentInsets; in reportResized() local
DWindowManagerService.java2963 int touchableInsets, Rect contentInsets, in setInsetsWindow()
3485 Rect contentInsets = new Rect(); in applyAnimationLocked() local
/frameworks/base/core/java/android/service/voice/
DVoiceInteractionSession.java875 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets