Searched refs:contentInsets (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java197 final Insets contentInsets = super.getOpticalInsets();
198 return Insets.of(contentInsets.left + mState.mInsetLeft,
199 contentInsets.top + mState.mInsetTop,
200 contentInsets.right + mState.mInsetRight,
201 contentInsets.bottom + mState.mInsetBottom);
/frameworks/base/core/java/android/view/
H A DIWindow.aidl48 void resized(in Rect frame, in Rect overscanInsets, in Rect contentInsets,
H A DViewTreeObserver.java207 public final Rect contentInsets = new Rect(); field in class:ViewTreeObserver.InternalInsetsInfo
258 contentInsets.setEmpty();
265 return contentInsets.isEmpty()
273 int result = contentInsets.hashCode();
287 contentInsets.equals(other.contentInsets) &&
293 contentInsets.set(other.contentInsets);
H A DIWindowSession.aidl126 void setInsets(IWindow window, int touchableInsets, in Rect contentInsets,
H A DViewRootImpl.java1255 Rect contentInsets = mDispatchContentInsets;
1260 && (!mPendingContentInsets.equals(contentInsets) ||
1262 contentInsets = mPendingContentInsets;
1267 contentInsets = new Rect(contentInsets.left + outsets.left,
1268 contentInsets.top + outsets.top, contentInsets.right + outsets.right,
1269 contentInsets.bottom + outsets.bottom);
1271 mLastWindowInsets = new WindowInsets(contentInsets,
1986 final Rect contentInsets;
5689 dispatchResized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
6698 resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, Rect stableInsets, Rect outsets, boolean reportDraw, Configuration newConfig) argument
[all...]
H A DSurfaceView.java659 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, argument
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java37 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets, Rect visibleInsets, argument
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java719 Rect contentInsets) {
736 scaledTopDecor = (int) (scale * contentInsets.top);
743 scale = thumbHeight / (appHeight - contentInsets.top);
744 scaledTopDecor = (int) (scale * contentInsets.top);
751 mTmpFromClipRect.top = contentInsets.top;
753 mNextAppTransitionInsets.set(contentInsets);
795 scaledTopDecor = (int) (scale * contentInsets.top);
802 scale = thumbHeight / (appHeight - contentInsets.top);
803 scaledTopDecor = (int) (scale * contentInsets.top);
810 mTmpToClipRect.top = contentInsets
717 createAspectScaledThumbnailEnterExitAnimationLocked(int thumbTransitState, int appWidth, int appHeight, int orientation, int transit, Rect containingFrame, Rect contentInsets) argument
955 loadAnimation(WindowManager.LayoutParams lp, int transit, boolean enter, int appWidth, int appHeight, int orientation, Rect containingFrame, Rect contentInsets, Rect appFrame, boolean isVoiceInteraction) argument
[all...]
H A DSession.java220 Rect contentInsets, Rect visibleInsets, Region touchableArea) {
221 mService.setInsetsWindow(this, window, touchableInsets, contentInsets,
219 setInsets(IWindow window, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableArea) argument
H A DWindowState.java1506 final Rect contentInsets = mLastContentInsets;
1519 mClient.resized(frame, overscanInsets, contentInsets,
1527 mClient.resized(frame, overscanInsets, contentInsets, visibleInsets, stableInsets,
H A DWindowManagerService.java2962 int touchableInsets, Rect contentInsets,
2970 w.mGivenContentInsets.set(contentInsets);
3484 Rect contentInsets = new Rect();
3491 contentInsets.set(win.mContentInsets);
3502 mCurConfiguration.orientation, containingFrame, contentInsets, appFrame,
2961 setInsetsWindow(Session session, IWindow client, int touchableInsets, Rect contentInsets, Rect visibleInsets, Region touchableRegion) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java128 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java875 public final Rect contentInsets = new Rect(); field in class:VoiceInteractionSession.Insets
917 info.contentInsets.set(mTmpInsets.contentInsets);
918 info.visibleInsets.set(mTmpInsets.contentInsets);
1414 * sets {@link Insets#contentInsets outInsets.contentInsets.top} to the height
1422 outInsets.contentInsets.left = 0;
1423 outInsets.contentInsets.bottom = 0;
1424 outInsets.contentInsets.right = 0;
1426 outInsets.contentInsets
[all...]
/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java399 public Rect getTranslatedContentInsets(Rect contentInsets) { argument
401 mContentInsetsBuffer.set(contentInsets);
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java312 outInsets.contentInsets.top = mBottomContent.getTop();
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java327 info.contentInsets.top = info.visibleInsets.top
333 info.contentInsets.top = mTmpInsets.contentTopInsets;
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java271 public void resized(Rect frame, Rect overscanInsets, Rect contentInsets,
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java350 info.contentInsets.setEmpty();

Completed in 295 milliseconds