Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/debug/
DFocusEventDebugView.java217 LayoutParams valueLayoutParams = new LayoutParams(WRAP_CONTENT, WRAP_CONTENT); in handleUpdateShowRotaryInput() local
218 valueLayoutParams.addRule(CENTER_HORIZONTAL); in handleUpdateShowRotaryInput()
219 valueLayoutParams.addRule(ALIGN_PARENT_BOTTOM); in handleUpdateShowRotaryInput()
220 addView(mRotaryInputValueView, valueLayoutParams); in handleUpdateShowRotaryInput()