Searched refs:maybeSetBitmap (Results 1 – 1 of 1) sorted by relevance
323 maybeSetBitmap(position, KEY_LEFTICON, holder.icon); in onBindEmptyPlaceHolder()352 maybeSetBitmap(position, KEY_RIGHTICON, holder.rightImage); in onBindNormalView()365 maybeSetBitmap(position, KEY_LEFTICON, holder.icon); in onBindNormalView()414 private void maybeSetBitmap(int position, String key, ImageView view) { in maybeSetBitmap() method in DrawerApiAdapter