Home
last modified time | relevance | path

Searched refs:KEY_POSITION_Y (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/multichip/
DChipInfoParams.java29 private static final String KEY_POSITION_Y = "KEY_POSITION_Y"; field in ChipInfoParams
69 bundle.putDouble(KEY_POSITION_Y, mPositionY); in toBundle()
78 double positionY = bundle.getDouble(KEY_POSITION_Y, 0.0); in fromBundle()