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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindowSession.java127 public void setInsets(IWindow window, int touchable, Rect contentInsets, argument
/frameworks/base/core/java/android/widget/
H A DPopupWindow.java503 * @return true if the popup is touchable, false otherwise
512 * <p>Changes the touchability of the popup window. When touchable, the
514 * window below it. By default the window is touchable.</p>
520 * @param touchable true if the popup should receive touch events, false otherwise
526 public void setTouchable(boolean touchable) { argument
527 mTouchable = touchable;
534 * @return true if the popup is outside touchable, false otherwise
544 * of its window. This only makes sense for pop-ups that are touchable
552 * @param touchable true if the popup should receive outside
559 public void setOutsideTouchable(boolean touchable) { argument
[all...]

Completed in 171 milliseconds