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

  /frameworks/base/core/java/android/view/
TouchDelegate.java 60 * The touchable region of the View extends above its actual extent.
65 * The touchable region of the View extends below its actual extent.
70 * The touchable region of the View extends to the left of its
76 * The touchable region of the View extends to the right of its
FocusFinder.java 430 * Find the nearest touchable view to the specified view.
438 * @return The nearest touchable view, or null if none exists.
453 View touchable = touchables.get(i); local
456 touchable.getDrawingRect(touchableBounds);
458 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
487 closest = touchable;
ViewConfiguration.java 137 * Inset in pixels to look for touchable content when the user touches the edge of the screen
472 * @return Inset in pixels to look for touchable content when the user touches the edge of the
483 * @return Inset in pixels to look for touchable content when the user touches the edge of the
ViewTreeObserver.java 136 * Touchable region defined relative to the origin of the frame of the window.
162 * the provided touchable region in {@link #touchableRegion} can be touched.
VolumePanel.java 109 /** Contains the sliders and their touchable icons */
View.java 502 * Other views that are touchable, like buttons, will not take focus when touched; they will
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
InputWindowHandle.java 63 // Window touchable region.
DragState.java 389 // not touchable == don't tell about drags
WindowState.java 167 * This is the given touchable area relative to the window frame, or null if none.
172 * Flag indicating whether the touchable region should be adjusted by
174 * NOT touchable, so we must use those to adjust the frame during hit
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 112 public void setInsets(IWindow window, int touchable, Rect contentInsets,
  /frameworks/base/core/java/android/widget/
PopupWindow.java 498 * @return true if the popup is touchable, false otherwise
507 * <p>Changes the touchability of the popup window. When touchable, the
509 * window below it. By default the window is touchable.</p>
515 * @param touchable true if the popup should receive touch events, false otherwise
521 public void setTouchable(boolean touchable) {
522 mTouchable = touchable;
529 * @return true if the popup is outside touchable, false otherwise
539 * of its window. This only makes sense for pop-ups that are touchable
547 * @param touchable true if the popup should receive outside
554 public void setOutsideTouchable(boolean touchable) {
    [all...]
ZoomButtonsController.java 45 * - This window is never touchable, and by default is not focusable.
48 * having the window touchable and dispatching these empty touch events to the
49 * owner, we set the window to not touchable and steal events from owner
ListPopupWindow.java 591 // use outside touchable to dismiss drop down when touching outside of it, so
    [all...]
  /frameworks/base/core/java/android/content/res/
CompatibilityInfo.java 418 * Translate the touchable area in application window to Screen. This uses
419 * the internal buffer for touchable area to avoid extra object allocation.
  /external/chromium/chrome/browser/resources/ntp4/
touch_handler.js 399 * Begin tracking the touchable element, it is eligible for dragging.
407 * Stop tracking the touchable element, it is no longer dragging.
418 * Reset the touchable element as if we never saw the touchStart
  /external/chromium/chrome/browser/resources/touch_ntp/
touchhandler.js 399 * Begin tracking the touchable element, it is eligible for dragging.
407 * Stop tracking the touchable element, it is no longer dragging.
418 * Reset the touchable element as if we never saw the touchStart
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]
  /frameworks/base/docs/html/guide/topics/ui/
ui-events.jd 202 Other Views that are touchable, like buttons, will not take focus when touched; they will
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java 558 * This is the region of the UI that is touchable. It is used when
593 * Determine which area of the window is touchable by the user. May
    [all...]
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp     [all...]
  /packages/apps/Phone/src/com/android/phone/
CallCard.java 256 // the call info area won't overlap with the touchable
    [all...]
PhoneApp.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 1292 milliseconds