Searched refs:autoName (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/awt/java/awt/
H A DMenuComponent.java204 name = autoName();
752 String autoName() { method in class:MenuComponent
H A DComponent.java819 private boolean autoName = true; field in class:Component
1184 autoName = false;
1201 if ((name == null) && autoName) {
1202 name = autoName();
1215 String autoName() { method in class:Component

Completed in 28 milliseconds