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

/frameworks/base/core/java/android/view/
H A DView.java4479 * is the innermost hovered view.
10694 // is fine since the client has a clear idea which view is hovered at the
11964 * {@link MotionEvent#ACTION_HOVER_ENTER}. If this view is hovered and
11965 * it does not have a hovered child, then it must be the innermost hovered view.
12703 * The default implementation calls {@link #setHovered} to update the hovered state
12744 // If we consider ourself hoverable, or if we we're already hovered,
12774 * by calling {@link #setHovered} to change its hovered state.
12790 * Returns true if the view is currently hovered.
12792 * @return True if the view is currently hovered
12817 setHovered(boolean hovered) argument
12845 onHoverChanged(boolean hovered) argument
[all...]

Completed in 60 milliseconds