HomeSort by relevance Sort by last modified time
    Searched refs:touchable (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/view/
FocusFinder.java 383 * Find the nearest touchable view to the specified view.
391 * @return The nearest touchable view, or null if none exists.
406 View touchable = touchables.get(i); local
409 touchable.getDrawingRect(touchableBounds);
411 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
440 closest = touchable;
  /frameworks/base/core/java/android/widget/
PopupWindow.java 484 * @return true if the popup is touchable, false otherwise
493 * <p>Changes the touchability of the popup window. When touchable, the
495 * window below it. By default the window is touchable.</p>
501 * @param touchable true if the popup should receive touch events, false otherwise
507 public void setTouchable(boolean touchable) {
508 mTouchable = touchable;
515 * @return true if the popup is outside touchable, false otherwise
525 * of its window. This only makes sense for pop-ups that are touchable
533 * @param touchable true if the popup should receive outside
540 public void setOutsideTouchable(boolean touchable) {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 1006 milliseconds