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 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 655 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java 570 Rect contentInsets, boolean isFullScreen) {
587 scaledTopDecor = (int) (scale * contentInsets.top);
591 mTmpFromClipRect.top = contentInsets.top;
597 scale = thumbHeight / (appHeight - contentInsets.top);
598 scaledTopDecor = (int) (scale * contentInsets.top);
603 mTmpFromClipRect.top = contentInsets.top;
609 mNextAppTransitionInsets.set(contentInsets);
651 scaledTopDecor = (int) (scale * contentInsets.top);
656 mTmpToClipRect.top = contentInsets.top;
661 scale = thumbHeight / (appHeight - contentInsets.top)
    [all...]
Session.java 218 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
219 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 245 final Insets contentInsets = super.getOpticalInsets();
246 return Insets.of(contentInsets.left + mInsetState.mInsetLeft,
247 contentInsets.top + mInsetState.mInsetTop,
248 contentInsets.right + mInsetState.mInsetRight,
249 contentInsets.bottom + mInsetState.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 277 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
    [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 359 milliseconds