Home
last modified time | relevance | path

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

/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DSampleInputMethodAccessibilityService.java156 final LinearLayout buttonLayout = new LinearLayout(this); in onServiceConnected() local
157 buttonLayout.setBackgroundColor(0xfffeefc3); in onServiceConnected()
158 buttonLayout.setPadding(10, 10, 10, 10); in onServiceConnected()
159 buttonLayout.setOrientation(LinearLayout.VERTICAL); in onServiceConnected()
161 addButtons(buttonLayout, in onServiceConnected()
169 addButtons(buttonLayout, in onServiceConnected()
190 addButtons(buttonLayout, in onServiceConnected()
202 addButtons(buttonLayout, in onServiceConnected()
214 addButtons(buttonLayout, in onServiceConnected()
222 addButtons(buttonLayout, in onServiceConnected()
[all …]