Home | History | Annotate | Download | only in sensors

Lines Matching defs:MODE

59  *     enableAxis(RVCVRecordActivity.AXIS_ALL); //debug mode, show all three axis
131 mEraserPaint.setXfermode(new PorterDuffXfermode(PorterDuff.Mode.SRC));
301 enum MODE {
307 private MODE mMode;
314 mMode = MODE.LINEAR;
322 mMode = MODE.ROTATE2D;
330 if (mMode == MODE.LINEAR) {
340 * If it is LINEAR mode, the range will be quantized to nearest step boundary. If it is the
341 * ROTATE2D mode, it is the same as isFullyCovered().
348 if (mMode == MODE.LINEAR) {
395 if (mMode == MODE.ROTATE2D) {