Searched defs:focusableInTouchMode (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/
H A DView.java5777 * @param focusableInTouchMode If true, this view can receive the focus while
5783 public void setFocusableInTouchMode(boolean focusableInTouchMode) { argument
5788 setFlags(focusableInTouchMode ? FOCUSABLE_IN_TOUCH_MODE : 0, FOCUSABLE_IN_TOUCH_MODE);
5789 if (focusableInTouchMode) {

Completed in 37 milliseconds