Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DInsettableFrameLayout.java30 public void setFrameLayoutChildInsets(View child, Rect newInsets, Rect oldInsets) { in setFrameLayoutChildInsets() argument
36 lp.topMargin += (newInsets.top - oldInsets.top); in setFrameLayoutChildInsets()
37 lp.leftMargin += (newInsets.left - oldInsets.left); in setFrameLayoutChildInsets()
38 lp.rightMargin += (newInsets.right - oldInsets.right); in setFrameLayoutChildInsets()
39 lp.bottomMargin += (newInsets.bottom - oldInsets.bottom); in setFrameLayoutChildInsets()