Searched refs:touchable (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | FocusFinder.java | 526 View touchable = touchables.get(i); in findNearestTouchable() local 529 touchable.getDrawingRect(touchableBounds); in findNearestTouchable() 531 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true); in findNearestTouchable() 560 closest = touchable; in findNearestTouchable()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeWindowSession.java | 128 public void setInsets(IWindow window, int touchable, Rect contentInsets, in setInsets() argument
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 647 public void setTouchable(boolean touchable) { in setTouchable() argument 648 mTouchable = touchable; in setTouchable() 680 public void setOutsideTouchable(boolean touchable) { in setOutsideTouchable() argument 681 mOutsideTouchable = touchable; in setOutsideTouchable()
|
/frameworks/base/docs/html/training/gestures/ |
D | viewgroup.jd | 213 for a parent to extend the touchable area of a child view beyond the child's bounds. 240 …ew.View#getHitRect getHitRect()} method gets the child's hit rectangle (touchable area) in the par… 241 …nk android.view.View#getHitRect getHitRect()} to get the bounds of the child's touchable area.</li>
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 66 <p>For section-related screens, offering touchable and keyboard-focusable targets in the parent is …
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | ui-events.jd | 208 Other Views that are touchable, like buttons, will not take focus when touched; they will
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
D | tablets.jd | 343 <li>When possible, for smaller icons, expand the touchable area to more than
|