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

1 2

  /external/robolectric/v1/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/packages/SystemUI/src/com/android/systemui/stackdivider/
DividerWindowManager.java 88 public void setTouchable(boolean touchable) {
90 if (!touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) == 0) {
93 } else if (touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) != 0) {
  /frameworks/base/core/java/android/view/
FocusFinder.java 681 * Find the nearest touchable view to the specified view.
689 * @return The nearest touchable view, or null if none exists.
704 View touchable = touchables.get(i); local
707 touchable.getDrawingRect(touchableBounds);
709 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
738 closest = touchable;
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 753 * @return true if the popup is touchable, false otherwise
762 * <p>Changes the touchability of the popup window. When touchable, the
764 * window below it. By default the window is touchable.</p>
770 * @param touchable true if the popup should receive touch events, false otherwise
776 public void setTouchable(boolean touchable) {
777 mTouchable = touchable;
784 * @return true if the popup is outside touchable, false otherwise
794 * of its window. This only makes sense for pop-ups that are touchable
802 * @param touchable true if the popup should receive outside
809 public void setOutsideTouchable(boolean touchable) {
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.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/22/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 

Completed in 273 milliseconds

1 2