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

/frameworks/base/core/java/android/view/
H A DView.java3515 * is the innermost hovered view.
7554 // is fine since the client has a clear idea which view is hovered at the
8615 * {@link MotionEvent#ACTION_HOVER_ENTER}. If this view is hovered and
8616 * it does not have a hovered child, then it must be the innermost hovered view.
9255 * The default implementation calls {@link #setHovered} to update the hovered state
9318 * by calling {@link #setHovered} to change its hovered state.
9333 * Returns true if the view is currently hovered.
9335 * @return True if the view is currently hovered.
9346 * Sets whether the view is currently hovered
9360 setHovered(boolean hovered) argument
9388 onHoverChanged(boolean hovered) argument
[all...]

Completed in 1292 milliseconds