Searched refs:booleanEditorStub (Results 1 – 1 of 1) sorted by relevance
32 final ViewStub booleanEditorStub = (ViewStub) v.findViewById(R.id.boolean_editor_stub); in bindEditor() local33 booleanEditorStub.setLayoutResource(R.layout.boolean_editor); in bindEditor()34 final Switch booleanEditor = (Switch) booleanEditorStub.inflate(); in bindEditor()