Home
last modified time | relevance | path

Searched refs:outset (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/tests/common/scenes/
DShadowShaderAnimation.cpp34 int outset = 50; in createContent() local
37 createCard(outset, outset, width - (outset * 2), height - (outset * 2)); in createContent()
/frameworks/base/libs/hwui/
DRect.h160 void inset(float delta) { outset(-delta); } in inset()
162 void outset(float delta) { in outset() function
169 void outset(float xdelta, float ydelta) { in outset() function
/frameworks/base/services/core/java/com/android/server/wm/
DTaskStack.java784 final int outset = getStackOutset(); in getRelativeDisplayedPosition() local
785 outPos.x -= outset; in getRelativeDisplayedPosition()
786 outPos.y -= outset; in getRelativeDisplayedPosition()
798 final int outset = getStackOutset(); in updateSurfaceSize() local
799 width += 2*outset; in updateSurfaceSize()
800 height += 2*outset; in updateSurfaceSize()
DDisplayPolicy.java1261 int outset = mWindowOutsetBottom; in getLayoutHintLw() local
1262 if (outset > 0) { in getLayoutHintLw()
1264 outOutsets.bottom += outset; in getLayoutHintLw()
1266 outOutsets.right += outset; in getLayoutHintLw()
1268 outOutsets.top += outset; in getLayoutHintLw()
1270 outOutsets.left += outset; in getLayoutHintLw()
2295 int outset = mWindowOutsetBottom; in layoutWindowLw() local
2296 if (outset > 0) { in layoutWindowLw()
2299 osf.bottom += outset; in layoutWindowLw()
2301 osf.right += outset; in layoutWindowLw()
[all …]
DWindowState.java4914 final int outset = stack.getStackOutset(); in transformFrameToSurfacePosition() local
4915 outPoint.offset(outset, outset); in transformFrameToSurfacePosition()