Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DBooleanEditor.java32 final ViewStub booleanEditorStub = (ViewStub) v.findViewById(R.id.boolean_editor_stub); in bindEditor() local
33 booleanEditorStub.setLayoutResource(R.layout.boolean_editor); in bindEditor()
34 final Switch booleanEditor = (Switch) booleanEditorStub.inflate(); in bindEditor()