Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DAlignShortcutsToUdfpsSection.kt87 val lockIconViewId = in applyConstraints() constant
98 connect(R.id.start_button, RIGHT, lockIconViewId, LEFT) in applyConstraints()
99 connect(R.id.start_button, TOP, lockIconViewId, TOP) in applyConstraints()
100 connect(R.id.start_button, BOTTOM, lockIconViewId, BOTTOM) in applyConstraints()
105 connect(R.id.end_button, LEFT, lockIconViewId, RIGHT) in applyConstraints()
106 connect(R.id.end_button, TOP, lockIconViewId, TOP) in applyConstraints()
107 connect(R.id.end_button, BOTTOM, lockIconViewId, BOTTOM) in applyConstraints()