Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DStackEducationView.kt142 val edgeMargin = in show() constant
144 leftMargin = if (isStackOnLeft) 0 else edgeMargin in show()
145 rightMargin = if (isStackOnLeft) edgeMargin else 0 in show()
DManageEducationView.kt180 val edgeMargin = in layoutManageView() constant
182 leftMargin = if (isPinnedLeft) 0 else edgeMargin in layoutManageView()
183 rightMargin = if (isPinnedLeft) edgeMargin else 0 in layoutManageView()