Lines Matching full:focus
176 * Note, this is separate from the traditional "focus" that is
180 * navigating up and down the list, moving the UI focus (orange
187 * To move both the focus AND the selected tab at once, please use
189 * adjusting the focus, so unless you're circumventing the UI,
190 * you'll probably just focus your interest here.
223 * focus keeps up.
310 * Called when the {@link ScrollingTabWidget} gets focus. Here the
311 * widget decides which of it's tabs should have focus.
314 // Setting this flag, allows the children of this View to obtain focus.
316 // Assign focus to the last selected tab.
322 * Called when the focus has left the {@link ScrollingTabWidget} or its
324 * as un-focusable, so that next time focus is moved to the widget, the widget
325 * gets control, and can assign focus where it wants.
329 // be toggled when the widget obtains focus again.
361 * or due to focus entering the tab through navigation. Pass true
378 * on arrow clicks, but need to re-calibrate after focus navigation.