Searched refs:outset (Results 1 – 4 of 4) sorted by relevance
34 int outset = 50; in createContent() local37 createCard(outset, outset, width - (outset * 2), height - (outset * 2)); in createContent()
160 void inset(float delta) { outset(-delta); } in inset()162 void outset(float delta) { in outset() function169 void outset(float xdelta, float ydelta) { in outset() function
784 final int outset = getStackOutset(); in getRelativeDisplayedPosition() local785 outPos.x -= outset; in getRelativeDisplayedPosition()786 outPos.y -= outset; in getRelativeDisplayedPosition()798 final int outset = getStackOutset(); in updateSurfaceSize() local799 width += 2*outset; in updateSurfaceSize()800 height += 2*outset; in updateSurfaceSize()
1259 int outset = mWindowOutsetBottom; in getLayoutHintLw() local1260 if (outset > 0) { in getLayoutHintLw()1262 outOutsets.bottom += outset; in getLayoutHintLw()1264 outOutsets.right += outset; in getLayoutHintLw()1266 outOutsets.top += outset; in getLayoutHintLw()1268 outOutsets.left += outset; in getLayoutHintLw()2293 int outset = mWindowOutsetBottom; in layoutWindowLw() local2294 if (outset > 0) { in layoutWindowLw()2297 osf.bottom += outset; in layoutWindowLw()2299 osf.right += outset; in layoutWindowLw()[all …]