Searched refs:mImageList (Results 1 – 1 of 1) sorted by relevance
87 private List<String> mImageList; field in RgbPlayerActivity.RgbView137 mImageList = new ArrayList<String>(); in RgbView()143 mImageList.add(line); in RgbView()178 if (mImageIndex < 0 || mImageIndex >= mImageList.size()) { in LoadImage()183 String filename = mImageList.get(mImageIndex); in LoadImage()229 return mImageList.size() * 1000 / mFrameRate; in getDuration()