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.java1797 final Rect contentInsets;
1801 contentInsets = mTranslator.getTranslatedContentInsets(insets.contentInsets);
1805 contentInsets = insets.contentInsets;
1812 contentInsets, visibleInsets, touchableRegion);
5347 public void dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, argument
5350 + " contentInsets=" + contentInsets.toShortString()
5357 mTranslator.translateRectInScreenToAppWindow(contentInsets);
6096 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.java2604 int touchableInsets, Rect contentInsets,
2612 w.mGivenContentInsets.set(contentInsets);
9250 final Rect contentInsets = win.mLastContentInsets;
9261 client.resized(frame, overscanInsets, contentInsets,
9269 client.resized(frame, overscanInsets, contentInsets, visibleInsets, reportDraw,
2603 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 1292 milliseconds