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

  /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();
245 return contentInsets.isEmpty()
253 int result = contentInsets.hashCode();
267 contentInsets.equals(other.contentInsets) &&
273 contentInsets.set(other.contentInsets);
    [all...]
IWindowSession.aidl 123 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
ViewRootImpl.java     [all...]
SurfaceView.java 648 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/core/java/android/content/res/
CompatibilityInfo.java 399 public Rect getTranslatedContentInsets(Rect contentInsets) {
401 mContentInsetsBuffer.set(contentInsets);
  /frameworks/base/services/java/com/android/server/wm/
Session.java 212 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
213 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
WindowManagerService.java     [all...]
  /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...]

Completed in 870 milliseconds