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

/frameworks/base/core/java/android/view/
H A DFocusFinder.java516 * Find the nearest touchable view to the specified view.
524 * @return The nearest touchable view, or null if none exists.
539 View touchable = touchables.get(i);
542 touchable.getDrawingRect(touchableBounds);
544 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
573 closest = touchable;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java126 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java500 * @return true if the popup is touchable, false otherwise
509 * <p>Changes the touchability of the popup window. When touchable, the
511 * window below it. By default the window is touchable.</p>
517 * @param touchable true if the popup should receive touch events, false otherwise
523 public void setTouchable(boolean touchable) { argument
524 mTouchable = touchable;
531 * @return true if the popup is outside touchable, false otherwise
541 * of its window. This only makes sense for pop-ups that are touchable
549 * @param touchable true if the popup should receive outside
556 public void setOutsideTouchable(boolean touchable) { argument
[all...]

Completed in 73 milliseconds