| java.lang.Object | ||
| android.util.PackedFloatVector | ||
| PackedFloatVector(int columns) |
| void | adjustValuesBelow(int start_row, int column, float delta) | ||||
| void | deleteAt(int row, int count) | ||||
| void | dump() | ||||
| float | getValue(int row, int column) | ||||
| void | insertAt(int row, float[] values) | ||||
| void | setValue(int row, int column, float value) | ||||
| int | size() | ||||
| int | width() |
Methods inherited
from class
java.lang.Object