Searched defs:positionZ (Results 1 – 2 of 2) sorted by relevance
38 double positionZ = 3.0; in testChipInfoParams() local47 assertEquals(chipInfoParams.getPositionZ(), positionZ, 0); in testChipInfoParams() local56 assertEquals(fromBundle.getPositionZ(), positionZ, 0); in testChipInfoParams() local
37 private ChipInfoParams(String chipId, double positionX, double positionY, double positionZ) { in ChipInfoParams()79 double positionZ = bundle.getDouble(KEY_POSITION_Z, 0.0); in fromBundle() local117 public Builder setPositionZ(double positionZ) { in setPositionZ()