Home | History | Annotate | Download | only in android

Lines Matching refs:selected_count

438     size_t selected_count = 0;
441 native_selected_array[selected_count++] = i;
445 env, env->NewIntArray(selected_count));
446 env->SetIntArrayRegion(selected_array.obj(), 0, selected_count,
767 int selected_count = env->GetArrayLength(indices);
770 for (int i = 0; i < selected_count; ++i)