HomeSort by relevance Sort by last modified time
    Searched full:zstartarg (Results 1 - 3 of 3) sorted by null

  /frameworks/base/rs/java/android/renderscript/
Script.java 593 * Set the Z range. zstartArg is the lowest coordinate of the range,
596 * @param zstartArg Must be >= 0
597 * @param zendArg Must be > zstartArg
601 public LaunchOptions setZ(int zstartArg, int zendArg) {
602 if (zstartArg < 0 || zendArg <= zstartArg) {
605 zstart = zstartArg;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Script.java 633 * Set the Z range. zstartArg is the lowest coordinate of the range,
636 * @param zstartArg Must be >= 0
637 * @param zendArg Must be > zstartArg
641 public LaunchOptions setZ(int zstartArg, int zendArg) {
642 if (zstartArg < 0 || zendArg <= zstartArg) {
645 zstart = zstartArg;
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 257 milliseconds