Home
last modified time | relevance | path

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

/frameworks/rs/toolkit/
DJniEntryPoints.cpp171 jclass restrictionClass = env->FindClass("android/renderscript/toolkit/Range2d"); local
172 if (restrictionClass == nullptr) {
177 jfieldID startXId = env->GetFieldID(restrictionClass, "startX", "I");
178 jfieldID startYId = env->GetFieldID(restrictionClass, "startY", "I");
179 jfieldID endXId = env->GetFieldID(restrictionClass, "endX", "I");
180 jfieldID endYId = env->GetFieldID(restrictionClass, "endY", "I");