
Determines in which direction the next view lays.
Consider the
View at index n. Typically the
Views are layed out from left to right,
so that the
View to the EAST will be
at index n + 1, and the
View to the WEST
will be at index n - 1. In certain situations,
such as with bidirectional text, it is possible
that the
View to EAST is not at index n + 1,
but rather at index n - 1, or that the
View
to the WEST is not at index n - 1, but index n + 1.
In this case this method would return true, indicating the
Views are layed out in descending order.
This unconditionally returns false, subclasses should override this
method if there is the possibility for laying Views in
descending order.
Returns:
false
Parameters:
- position - position into the model
- bias - either Position.Bias.Forward or
Position.Bias.Backward