Searched refs:touchable (Results 1 – 4 of 4) 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()
818 public void setTouchable(boolean touchable) { in setTouchable() argument819 mTouchable = touchable; in setTouchable()851 public void setOutsideTouchable(boolean touchable) { in setOutsideTouchable() argument852 mOutsideTouchable = touchable; in setOutsideTouchable()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...