Searched defs:contentInsets (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java37 public void resized(Rect frame, Rect contentInsets, argument
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java399 public Rect getTranslatedContentInsets(Rect contentInsets) { argument
401 mContentInsetsBuffer.set(contentInsets);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java645 public void resized(Rect frame, Rect contentInsets, argument
H A DViewTreeObserver.java155 public final Rect contentInsets = new Rect(); field in class:ViewTreeObserver.InternalInsetsInfo
206 contentInsets.setEmpty();
214 int result = contentInsets != null ? contentInsets.hashCode() : 0;
228 contentInsets.equals(other.contentInsets) &&
234 contentInsets.set(other.contentInsets);
H A DViewRootImpl.java1768 final Rect contentInsets;
1772 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets);
1776 contentInsets = insets.contentInsets;
1783 contentInsets, visibleInsets, touchableRegion);
4163 public void dispatchResized(Rect frame, Rect contentInsets, argument
4166 + " contentInsets=" + contentInsets.toShortString()
4172 mTranslator.translateRectInScreenToAppWindow(contentInsets);
4839 resized(Rect frame, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
[all...]
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java210 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
211 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
209 setInsets(IWindow window, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableArea) argument
H A DWindowManagerService.java2555 int touchableInsets, Rect contentInsets,
2563 w.mGivenContentInsets.set(contentInsets);
2554 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java126 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument

Completed in 159 milliseconds