Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java544 String slice2_pos = null; in buildRSVolume2() local
562 } else if (slice2_pos == null) { in buildRSVolume2()
563 slice2_pos = val; in buildRSVolume2()
593 && slice2_pos != null) { in buildRSVolume2()
596 String[]s2ps = slice2_pos.split("\\\\"); in buildRSVolume2()
DLoaderRaw.java108 String slice2_pos = null; in buildRSVolume() local