Home
last modified time | relevance | path

Searched refs:setFrameLayoutChildInsets (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() method in InsettableFrameLayout
53 setFrameLayoutChildInsets(child, insets, mInsets); in setInsets()
102 setFrameLayoutChildInsets(child, mInsets, new Rect()); in onChildViewAdded()