HomeSort by relevance Sort by last modified time
    Searched refs:expList (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/tests/camera2/
CameraBurstTests.cpp 477 Vector<int64_t> expList, durationList;
480 ParseList(expVal, expList);
485 (expList.size() == durationList.size()) &&
489 dout << "Using burst list from environment with " << expList.size() <<
504 expList.push_back(e);
510 expList.push_back(e);
521 expList.push_back(e > d ? d : e);
533 expList.push_back(e);
543 expList.push_back(e_adj);
548 dout << "Default burst sequence created with " << expList.size() <
    [all...]
  /frameworks/base/core/java/android/widget/
FastScroller.java     [all...]

Completed in 300 milliseconds