HomeSort by relevance Sort by last modified time
    Searched refs:contentInsets (Results 1 - 17 of 17) 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 207 public final Rect contentInsets = new Rect();
258 contentInsets.setEmpty();
265 return contentInsets.isEmpty()
273 int result = contentInsets.hashCode();
287 contentInsets.equals(other.contentInsets) &&
293 contentInsets.set(other.contentInsets);
    [all...]
IWindowSession.aidl 124 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
ViewRootImpl.java     [all...]
SurfaceView.java 656 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 574 Rect contentInsets, boolean isFullScreen) {
591 scaledTopDecor = (int) (scale * contentInsets.top);
595 mTmpFromClipRect.top = contentInsets.top;
601 scale = thumbHeight / (appHeight - contentInsets.top);
602 scaledTopDecor = (int) (scale * contentInsets.top);
607 mTmpFromClipRect.top = contentInsets.top;
613 mNextAppTransitionInsets.set(contentInsets);
655 scaledTopDecor = (int) (scale * contentInsets.top);
660 mTmpToClipRect.top = contentInsets.top;
665 scale = thumbHeight / (appHeight - contentInsets.top)
    [all...]
Session.java 219 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
220 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
WindowState.java     [all...]
WindowManagerService.java     [all...]
  /frameworks/base/core/java/android/service/voice/
VoiceInteractionSession.java 370 public final Rect contentInsets = new Rect();
412 info.contentInsets.set(mTmpInsets.contentInsets);
413 info.visibleInsets.set(mTmpInsets.contentInsets);
712 outInsets.contentInsets.top = 0;
713 outInsets.contentInsets.left = 0;
714 outInsets.contentInsets.right = 0;
715 outInsets.contentInsets.bottom = 0;
  /frameworks/base/core/java/com/android/internal/view/
BaseIWindow.java 37 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
  /frameworks/base/graphics/java/android/graphics/drawable/
InsetDrawable.java 263 final Insets contentInsets = super.getOpticalInsets();
264 return Insets.of(contentInsets.left + mState.mInsetLeft,
265 contentInsets.top + mState.mInsetTop,
266 contentInsets.right + mState.mInsetRight,
267 contentInsets.bottom + mState.mInsetBottom);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 128 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/core/java/android/inputmethodservice/
InputMethodService.java 318 info.contentInsets.top = info.visibleInsets.top
324 info.contentInsets.top = mTmpInsets.contentTopInsets;
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 266 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 300 milliseconds