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.aidl124 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets()
DSurfaceView.java656 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, in resized()
DViewTreeObserver.java207 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo
DViewRootImpl.java1898 final Rect contentInsets; in performTraversals() local
5587 public void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, in dispatchResized()
6486 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, in resized()
/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java399 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets()
/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java574 Rect contentInsets, boolean isFullScreen) { in createAspectScaledThumbnailEnterExitAnimationLocked()
811 int appWidth, int appHeight, int orientation, Rect containingFrame, Rect contentInsets, in loadAnimation()
DSession.java219 Rect contentInsets, Rect visibleInsets, Region touchableArea) { in setInsets()
DWindowState.java1400 final Rect contentInsets = mLastContentInsets; in reportResized() local
DWindowManagerService.java2844 int touchableInsets, Rect contentInsets, in setInsetsWindow()
3386 Rect contentInsets = new Rect(); in applyAnimationLocked() local
/frameworks/base/graphics/java/android/graphics/drawable/
DInsetDrawable.java263 final Insets contentInsets = super.getOpticalInsets(); in getOpticalInsets() local
/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/core/java/android/service/voice/
DVoiceInteractionSession.java370 public final Rect contentInsets = new Rect(); field in VoiceInteractionSession.Insets