Searched refs:getFocusable (Results 1 – 11 of 11) sorted by relevance
433 public boolean getFocusable() { in getFocusable() method in WindowContainerTransaction.Change
254 if (container.setFocusable(change.getFocusable())) { in applyChanges()
267 mDesiredFocusableState = getFocusable(); in AdapterView()
369 if (getFocusable() == FOCUSABLE_AUTO) { in SearchView()
812 if (getFocusable() == View.FOCUSABLE_AUTO) { in NumberPicker()
1667 int focusable = getFocusable();1698 if (focusable != getFocusable()) {
8063 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) {12509 public int getFocusable() {30034 stream.addProperty("focus:focusable", getFocusable()); in encodeProperties()
1270 if ((allowAutoFocus || getFocusable() != FOCUSABLE_AUTO) && isFocusable()) { in hasFocusable()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
22604 HSPLandroid/view/View;->getFocusable()I
53881 …droid.view.View.FOCUSABLE_AUTO, to="FOCUSABLE_AUTO")}, category="focus") public int getFocusable();