Searched defs:hovered (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DView.java4441 * is the innermost hovered view.
10649 // is fine since the client has a clear idea which view is hovered at the
11909 * {@link MotionEvent#ACTION_HOVER_ENTER}. If this view is hovered and
11910 * it does not have a hovered child, then it must be the innermost hovered view.
12648 * The default implementation calls {@link #setHovered} to update the hovered state
12689 // If we consider ourself hoverable, or if we we're already hovered,
12719 * by calling {@link #setHovered} to change its hovered state.
12735 * Returns true if the view is currently hovered.
12737 * @return True if the view is currently hovered
12762 setHovered(boolean hovered) argument
12790 onHoverChanged(boolean hovered) argument
[all...]

Completed in 322 milliseconds