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

/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.java127 public final Rect contentInsets = new Rect(); field in class:ViewTreeObserver.InternalInsetsInfo
182 contentInsets.setEmpty();
197 if (!contentInsets.equals(other.contentInsets)) {
210 contentInsets.set(other.contentInsets);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java112 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument
/frameworks/base/services/java/com/android/server/wm/
H A DSession.java179 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
180 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
178 setInsets(IWindow window, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableArea) argument
H A DWindowManagerService.java2423 int touchableInsets, Rect contentInsets,
2431 w.mGivenContentInsets.set(contentInsets);
2422 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument

Completed in 37 milliseconds