HomeSort by relevance Sort by last modified time
    Searched refs:contentInsets (Results 1 - 13 of 13) sorted by null

  /frameworks/base/core/java/android/view/
IWindow.aidl 48 void resized(in Rect frame, in Rect contentInsets,
ViewTreeObserver.java 155 public final Rect contentInsets = new Rect();
206 contentInsets.setEmpty();
214 int result = contentInsets != null ? contentInsets.hashCode() : 0;
228 contentInsets.equals(other.contentInsets) &&
234 contentInsets.set(other.contentInsets);
IWindowSession.aidl 119 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
ViewRootImpl.java     [all...]
SurfaceView.java 645 public void resized(Rect frame, Rect contentInsets,
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 37 public void resized(Rect frame, Rect contentInsets,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 126 public void setInsets(IWindow window, int touchable, Rect contentInsets,
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 472 final Rect contentInsets = mContentInsets;
473 contentInsets.left = content.left-frame.left;
474 contentInsets.top = content.top-frame.top;
475 contentInsets.right = frame.right-content.right;
476 contentInsets.bottom = frame.bottom-content.bottom;
489 contentInsets.scale(mInvGlobalScale);
510 + " ci=" + contentInsets.toShortString()
    [all...]
Session.java 210 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
211 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 315 info.contentInsets.top = info.visibleInsets.top
321 info.contentInsets.top = mTmpInsets.contentTopInsets;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 256 public void resized(Rect frame, Rect contentInsets,
    [all...]

Completed in 261 milliseconds