Home
last modified time | relevance | path

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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DLoaderDicom.java543 String slice1_pos = null; in buildRSVolume2() local
560 if (slice1_pos == null) { in buildRSVolume2()
561 slice1_pos = val; in buildRSVolume2()
592 && slice1_pos!=null in buildRSVolume2()
595 String[]s1ps = slice1_pos.split("\\\\"); in buildRSVolume2()
DLoaderRaw.java107 String slice1_pos = null; in buildRSVolume() local