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

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java36 public void resized(int w, int h, 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 DViewTreeObserver.java149 public final Rect contentInsets = new Rect(); field in class:ViewTreeObserver.InternalInsetsInfo
200 contentInsets.setEmpty();
208 int result = contentInsets != null ? contentInsets.hashCode() : 0;
222 contentInsets.equals(other.contentInsets) &&
228 contentInsets.set(other.contentInsets);
H A DSurfaceView.java618 public void resized(int w, int h, Rect contentInsets, argument
H A DViewRootImpl.java272 Rect contentInsets; field in class:ViewRootImpl.ResizedInfo
1744 final Rect contentInsets;
1748 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets);
1752 contentInsets = insets.contentInsets;
1759 contentInsets, visibleInsets, touchableRegion);
2811 && mPendingContentInsets.equals(ri.contentInsets)
2827 mPendingContentInsets.set(((ResizedInfo)msg.obj).contentInsets);
4035 public void dispatchResized(int w, int h, Rect contentInsets, argument
4691 resized(int w, int h, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java109 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java180 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
181 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
179 setInsets(IWindow window, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableArea) argument
H A DWindowManagerService.java2596 int touchableInsets, Rect contentInsets,
2604 w.mGivenContentInsets.set(contentInsets);
2595 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument

Completed in 136 milliseconds