/frameworks/base/core/java/android/view/ |
IWindow.aidl | 48 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets,
|
ViewTreeObserver.java | 187 public final Rect contentInsets = new Rect(); 238 contentInsets.setEmpty(); 246 int result = contentInsets != null ? contentInsets.hashCode() : 0; 260 contentInsets.equals(other.contentInsets) && 266 contentInsets.set(other.contentInsets); [all...] |
IWindowSession.aidl | 123 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
|
ViewRootImpl.java | [all...] |
SurfaceView.java | 647 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, [all...] |
/frameworks/base/core/java/com/android/internal/view/ |
BaseIWindow.java | 37 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
BridgeWindowSession.java | 127 public void setInsets(IWindow window, int touchable, Rect contentInsets,
|
/frameworks/base/services/java/com/android/server/wm/ |
WindowState.java | 542 final Rect contentInsets = mContentInsets; 543 contentInsets.left = content.left-frame.left; 544 contentInsets.top = content.top-frame.top; 545 contentInsets.right = frame.right-content.right; 546 contentInsets.bottom = frame.bottom-content.bottom; 560 contentInsets.scale(mInvGlobalScale); 581 + " ci=" + contentInsets.toShortString() [all...] |
Session.java | 212 Rect contentInsets, Rect visibleInsets, Region touchableArea) { 213 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
|
WindowManagerService.java | [all...] |
/frameworks/base/core/java/android/content/res/ |
CompatibilityInfo.java | 399 public Rect getTranslatedContentInsets(Rect contentInsets) { 401 mContentInsetsBuffer.set(contentInsets);
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 316 info.contentInsets.top = info.visibleInsets.top 322 info.contentInsets.top = mTmpInsets.contentTopInsets; [all...] |
/frameworks/base/core/java/android/service/wallpaper/ |
WallpaperService.java | 256 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, [all...] |