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

1 2

  /external/chromium-trace/src/shared/css/
chrome_shared2_touch.css 17 /* Margins are not touchable. Use padding on the inner label instead to
  /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 539 * Find the nearest touchable view to the specified view.
547 * @return The nearest touchable view, or null if none exists.
562 View touchable = touchables.get(i); local
565 touchable.getDrawingRect(touchableBounds);
567 root.offsetRectBetweenParentAndChild(touchable, touchableBounds, true, true);
596 closest = touchable;
ViewConfiguration.java 137 * Inset in dips to look for touchable content when the user touches the edge of the screen
473 * @return Inset in dips to look for touchable content when the user touches the edge of the
484 * @return Inset in pixels to look for touchable content when the user touches the edge of the
ViewTreeObserver.java 158 * Touchable region defined relative to the origin of the frame of the window.
184 * the provided touchable region in {@link #touchableRegion} can be touched.
VolumePanel.java 114 /** Contains the sliders and their touchable icons */
    [all...]
  /frameworks/base/packages/SystemUI/res/layout/
system_bar_notification_panel.xml 27 <!-- lift the panel up off the status bar while leaving a touchable are -->
  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 62 // Window touchable region.
  /frameworks/base/docs/html/design/style/
metrics-grids.jd 34 <p>Touchable UI components are generally laid out along 48dp units.</p>
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 109 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
  /external/chromium-trace/src/shared/js/cr/ui/
touch_handler.js 407 * Begin tracking the touchable element, it is eligible for dragging.
415 * Stop tracking the touchable element, it is no longer dragging.
426 * Reset the touchable element as if we never saw the touchStart
  /frameworks/base/services/java/com/android/server/wm/
WindowState.java 154 * This is the given touchable area relative to the window frame, or null if none.
159 * Flag indicating whether the touchable region should be adjusted by
161 * NOT touchable, so we must use those to adjust the frame during hit
    [all...]
DragState.java 393 // not touchable == don't tell about drags
  /docs/source.android.com/src/tech/input/
key-layout-files.md 278 2. If the virtual soft keys are implemented as an extended touchable region
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 66 <p>For section-related screens, offering touchable and keyboard-focusable targets in the parent is generally the most straightforward and familiar kind of touch-based navigation interface. Examples of such targets include buttons, fixed-size list views, or text links, although the latter is not an ideal UI (user interface) element for touch-based navigation. Upon selecting one of these targets, the child screen is opened, replacing the current context (screen) entirely. Buttons and other simple targets are rarely used for representing items in a collection.</p>
  /frameworks/base/docs/html/guide/topics/ui/
ui-events.jd 212 Other Views that are touchable, like buttons, will not take focus when touched; they will
  /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...]
  /frameworks/support/v4/java/android/support/v4/view/
ViewPager.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 1233 milliseconds

1 2