Home | History | Annotate | Download | only in view

Lines Matching defs:focusable

35  * The algorithm used for finding the next focusable view in a given direction
77 * @return The next focusable view, or null if none exists.
89 * @return The next focusable view, or null if none exists.
348 View focusable = focusables.get(i);
351 if (focusable == focused || focusable == root) continue;
354 focusable.getFocusedRect(mOtherRect);
355 root.offsetDescendantRectToMyCoords(focusable, mOtherRect);
359 closest = focusable;