Searched refs:mAcceleration (Results 1 – 2 of 2) sorted by relevance
44 private val mAcceleration: Interpolator = AccelerateInterpolator()105 hide.interpolator = mAcceleration
79 mAcceleration = mSensorManager.getDefaultSensor(Sensor.TYPE_LINEAR_ACCELERATION); in CamGLSurfaceView()112 mSensorManager.registerListener(this, mAcceleration, SensorManager.SENSOR_DELAY_GAME); in onResume()134 Sensor mAcceleration; field in CamGLSurfaceView