Searched defs:shouldAdvanceFocusOnEnter (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTextView.java5965 private boolean shouldAdvanceFocusOnEnter() { method in class:TextView
6039 || shouldAdvanceFocusOnEnter()) {
6050 if (shouldAdvanceFocusOnEnter()) {
6206 || shouldAdvanceFocusOnEnter()) {
6297 if (!shouldAdvanceFocusOnEnter()) {

Completed in 100 milliseconds