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

/frameworks/base/core/java/android/view/
H A DFocusFinder.java503 * Find the nearest touchable view to the specified view.
511 * @return The nearest touchable view, or null if none exists.
526 View touchable = touchables.get(i);
529 touchable.getDrawingRect(touchableBounds);
531 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
560 closest = touchable;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java128 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java624 * @return true if the popup is touchable, false otherwise
633 * <p>Changes the touchability of the popup window. When touchable, the
635 * window below it. By default the window is touchable.</p>
641 * @param touchable true if the popup should receive touch events, false otherwise
647 public void setTouchable(boolean touchable) { argument
648 mTouchable = touchable;
655 * @return true if the popup is outside touchable, false otherwise
665 * of its window. This only makes sense for pop-ups that are touchable
673 * @param touchable true if the popup should receive outside
680 public void setOutsideTouchable(boolean touchable) { argument
[all...]

Completed in 126 milliseconds