Home | History | Annotate | Download | only in hcgallery

Lines Matching refs:category

161                 mCategory = savedInstanceState.getInt("category");
193 outState.putInt("category", mCategory);
239 // Attempt to parse clip data with expected format: category||entry_id.
251 int category = -1;
254 category = Integer.parseInt(tokenizer.nextToken());
259 updateContentAndRecycleBitmap(category, entryId);
273 * @param category Index position of the image category
276 void updateContentAndRecycleBitmap(int category, int position) {
277 mCategory = category;
292 mBitmap = Directory.getCategory(category).getEntry(position)