Searched refs:touchable (Results 1 – 4 of 4) sorted by relevance
86 public void setTouchable(boolean touchable) { in setTouchable() argument88 if (!touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) == 0) { in setTouchable()91 } else if (touchable && (mLp.flags & FLAG_NOT_TOUCHABLE) != 0) { in setTouchable()
694 View touchable = touchables.get(i); in findNearestTouchable() local697 touchable.getDrawingRect(touchableBounds); in findNearestTouchable()699 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true); in findNearestTouchable()728 closest = touchable; in findNearestTouchable()
124 public void setInsets(IWindow window, int touchable, Rect contentInsets, in setInsets() argument
776 public void setTouchable(boolean touchable) { in setTouchable() argument777 mTouchable = touchable; in setTouchable()809 public void setOutsideTouchable(boolean touchable) { in setOutsideTouchable() argument810 mOutsideTouchable = touchable; in setOutsideTouchable()