Searched refs:touchable (Results 1 – 3 of 3) sorted by relevance
88 public void setTouchable(boolean touchable) { in setTouchable() argument90 if (!touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) == 0) { in setTouchable()93 } 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()