Home | History | Annotate | Download | only in settings

Lines Matching defs:findViewById

98                 .findViewById(R.id.number_of_datasets_picker);
113 Snackbar.make(SettingsActivity.this.findViewById(R.id.settings_layout),
152 .findViewById(R.id.master_password_field);
174 .findViewById(R.id.master_password_field);
188 ViewGroup container = findViewById(containerId);
189 String switchLabel = ((TextView) container.findViewById(labelId)).getText().toString();
190 final Switch switchView = container.findViewById(switchId);
199 ViewGroup container = findViewById(containerId);
200 TextView buttonLabel = container.findViewById(labelId);
202 ImageView imageView = container.findViewById(imageViewId);