Private helper for getHoverNextItem_().
Given the bounds of an item, computes the item's bottom y-value.
Arguments:
Returns: number
The item's bottom y-value.
|
code » | |||
Private helper for getHoverNextItem_().
Given the bounds of an item, computes the item's left x-value.
Arguments:
Returns: number
The item's left x-value.
|
code » | |||
Private helper for getHoverNextItem_().
Given the bounds of an item, computes the item's right x-value.
Arguments:
Returns: number
The item's right x-value.
|
code » | |||
Private helper for getHoverNextItem_().
|
code » | |||
Private helper for getHoverNextItem_().
|
code » | |||
Private helper for getHoverNextItem().
Given an item and a target determine the vertical distance from the item's
center to the target.
Arguments:
Returns: number
The vertical distance between the center of the item and
the target.
|
code » |