Searched refs:contentInsets (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | ViewTreeObserver.java | 125 public final Rect contentInsets = new Rect(); field in ViewTreeObserver.InternalInsetsInfo 167 final Rect givenContent = contentInsets; in reset() 181 if (!contentInsets.equals(other.contentInsets)) { in equals() 194 contentInsets.set(other.contentInsets); in set()
|
D | IWindowSession.aidl | 102 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets, in setInsets() argument
|
D | ViewRoot.java | 1194 final Rect givenContent = attachInfo.mGivenInternalInsets.contentInsets; in performTraversals() 1200 Rect contentInsets = insets.contentInsets; in performTraversals() local 1203 contentInsets = mTranslator.getTranslatedContentInsets(contentInsets); in performTraversals() 1210 contentInsets, visibleInsets); in performTraversals()
|
/frameworks/base/core/java/android/content/res/ |
D | CompatibilityInfo.java | 383 public Rect getTranslatedContentInsets(Rect contentInsets) { in getTranslatedContentInsets() argument 385 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 281 info.contentInsets.top = info.visibleInsets.top 286 info.contentInsets.top = mTmpInsets.contentTopInsets;
|
/frameworks/base/services/java/com/android/server/ |
D | WindowManagerService.java | 2195 int touchableInsets, Rect contentInsets, in setInsetsWindow() argument 2203 w.mGivenContentInsets.set(contentInsets); in setInsetsWindow() 5688 Rect contentInsets, Rect visibleInsets) { in setInsets() argument 5689 setInsetsWindow(this, window, touchableInsets, contentInsets, in setInsets() 6165 final Rect contentInsets = mContentInsets; in computeFrameLw() 6166 contentInsets.left = content.left-frame.left; in computeFrameLw() 6167 contentInsets.top = content.top-frame.top; in computeFrameLw() 6168 contentInsets.right = frame.right-content.right; in computeFrameLw() 6169 contentInsets.bottom = frame.bottom-content.bottom; in computeFrameLw() 6189 + " ci=" + contentInsets.toShortString() in computeFrameLw()
|