Searched refs:touchable (Results 1 – 4 of 4) sorted by relevance
91 public void setTouchable(boolean touchable) { in setTouchable() argument96 if (!touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) == 0) { in setTouchable()99 } else if (touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) != 0) { in setTouchable()
704 View touchable = touchables.get(i); in findNearestTouchable() local707 touchable.getDrawingRect(touchableBounds); in findNearestTouchable()709 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true); in findNearestTouchable()738 closest = touchable; in findNearestTouchable()
817 public void setTouchable(boolean touchable) { in setTouchable() argument818 mTouchable = touchable; in setTouchable()850 public void setOutsideTouchable(boolean touchable) { in setOutsideTouchable() argument851 mOutsideTouchable = touchable; in setOutsideTouchable()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...