HomeSort by relevance Sort by last modified time
    Searched refs:touchable (Results 1 - 12 of 12) sorted by null

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 23 private boolean touchable; field in class:ShadowPopupWindow
87 public void setTouchable(boolean touchable) {
88 this.touchable = touchable;
93 return touchable;
97 public void setOutsideTouchable(boolean touchable) {
98 outSideTouchable = touchable;
  /frameworks/base/core/java/android/view/
FocusFinder.java 503 * 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); local
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/
BridgeWindowSession.java 127 public void setInsets(IWindow window, int touchable, Rect contentInsets,
  /frameworks/base/core/java/android/widget/
PopupWindow.java 503 * @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) {
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) {
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 760 milliseconds