Searched refs:contentInsets (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIWindow.aidl48 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets,
H A DViewTreeObserver.java187 public final Rect contentInsets = new Rect(); field in class:ViewTreeObserver.InternalInsetsInfo
238 contentInsets.setEmpty();
245 return contentInsets.isEmpty()
253 int result = contentInsets.hashCode();
267 contentInsets.equals(other.contentInsets) &&
273 contentInsets.set(other.contentInsets);
H A DIWindowSession.aidl123 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
H A DViewRootImpl.java1799 final Rect contentInsets;
1803 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets);
1807 contentInsets = insets.contentInsets;
1814 contentInsets, visibleInsets, touchableRegion);
5429 public void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, argument
5432 + " contentInsets=" + contentInsets.toShortString()
5439 mTranslator.translateRectInScreenToAppWindow(contentInsets);
6184 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, boolean reportDraw, Configuration newConfig) argument
[all...]
H A DSurfaceView.java648 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java37 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java127 public void setInsets(IWindow window, int touchable, 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/services/java/com/android/server/wm/
H A DSession.java212 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
213 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
211 setInsets(IWindow window, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableArea) argument
H A DWindowManagerService.java2608 int touchableInsets, Rect contentInsets,
2616 w.mGivenContentInsets.set(contentInsets);
9272 final Rect contentInsets = win.mLastContentInsets;
9283 client.resized(frame, overscanInsets, contentInsets,
9291 client.resized(frame, overscanInsets, contentInsets, visibleInsets, reportDraw,
2607 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java316 info.contentInsets.top = info.visibleInsets.top
322 info.contentInsets.top = mTmpInsets.contentTopInsets;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java256 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,

Completed in 290 milliseconds