Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DManageEducationView.kt149 val isPinnedLeft = if (positioner.isLargeScreen) isStackOnLeft else isLTR in layoutManageView() constant
154 setDrawableDirection(isPinnedLeft) in layoutManageView()
157 gravity = if (isPinnedLeft) Gravity.LEFT else Gravity.RIGHT in layoutManageView()
163 isLTR && !isPinnedLeft -> in layoutManageView()
167 !isLTR && isPinnedLeft -> in layoutManageView()
182 leftMargin = if (isPinnedLeft) 0 else edgeMargin in layoutManageView()
183 rightMargin = if (isPinnedLeft) edgeMargin else 0 in layoutManageView()
189 if (isLTR && isPinnedLeft) { in layoutManageView()
197 if (!isLTR && !isPinnedLeft) { in layoutManageView()