Searched refs:touchable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
H A DFocusFinder.java383 * Find the nearest touchable view to the specified view.
391 * @return The nearest touchable view, or null if none exists.
406 View touchable = touchables.get(i);
409 touchable.getDrawingRect(touchableBounds);
411 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
440 closest = touchable;
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java484 * @return true if the popup is touchable, false otherwise
493 * <p>Changes the touchability of the popup window. When touchable, the
495 * window below it. By default the window is touchable.</p>
501 * @param touchable true if the popup should receive touch events, false otherwise
507 public void setTouchable(boolean touchable) { argument
508 mTouchable = touchable;
515 * @return true if the popup is outside touchable, false otherwise
525 * of its window. This only makes sense for pop-ups that are touchable
533 * @param touchable true if the popup should receive outside
540 public void setOutsideTouchable(boolean touchable) { argument
[all...]

Completed in 47 milliseconds