HomeSort by relevance Sort by last modified time
    Searched refs:touchable (Results 1 - 18 of 18) 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 128 public void setInsets(IWindow window, int touchable, Rect contentInsets,
  /frameworks/base/core/java/android/widget/
PopupWindow.java 556 * @return true if the popup is touchable, false otherwise
565 * <p>Changes the touchability of the popup window. When touchable, the
567 * window below it. By default the window is touchable.</p>
573 * @param touchable true if the popup should receive touch events, false otherwise
579 public void setTouchable(boolean touchable) {
580 mTouchable = touchable;
587 * @return true if the popup is outside touchable, false otherwise
597 * of its window. This only makes sense for pop-ups that are touchable
605 * @param touchable true if the popup should receive outside
612 public void setOutsideTouchable(boolean touchable) {
    [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/tools/common/api-versions/android-3/
android.jar 

Completed in 755 milliseconds