Searched refs:mMinListWidthForWide (Results 1 – 1 of 1) sorted by relevance
271 private final int mMinListWidthForWide; field in ConversationItemViewCoordinates277 mMinListWidthForWide = res.getDimensionPixelSize(R.dimen.list_min_width_is_wide); in ConversationItemViewCoordinates()484 return config.getWidth() >= mMinListWidthForWide ? WIDE_MODE : NORMAL_MODE; in calculateMode()