Searched refs:KEY_POSITION_Y (Results 1 – 1 of 1) sorted by relevance
29 private static final String KEY_POSITION_Y = "KEY_POSITION_Y"; field in ChipInfoParams69 bundle.putDouble(KEY_POSITION_Y, mPositionY); in toBundle()78 double positionY = bundle.getDouble(KEY_POSITION_Y, 0.0); in fromBundle()