Searched refs:CALIBRATION_NAME (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DPersistentDataStore.java307 private static final String[] CALIBRATION_NAME = { "x_scale", field in class:PersistentDataStore.InputDeviceState
477 for (int i = 0; i < matrix.length && i < CALIBRATION_NAME.length; i++) {
478 if (tag.equals(CALIBRATION_NAME[i])) {
526 for (int j = 0; j < transform.length && j < CALIBRATION_NAME.length; j++) {
527 serializer.startTag(null, CALIBRATION_NAME[j]);
529 serializer.endTag(null, CALIBRATION_NAME[j]);

Completed in 434 milliseconds