Home
last modified time | relevance | path

Searched refs:MSG_STOP_CAPTURE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
DVisualizerTest.java98 private static final int MSG_STOP_CAPTURE = 1; field in VisualizerTest
114 case MSG_STOP_CAPTURE: in handleMessage()
222 int msg = isChecked ? MSG_START_CAPTURE : MSG_STOP_CAPTURE; in onCheckedChanged()