Home
last modified time | relevance | path

Searched refs:mLayoutHashCode (Results 1 – 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationItemViewModel.java61 private int mLayoutHashCode; field in ConversationItemViewModel
218 mLayoutHashCode = getLayoutHashCode(); in validate()
234 return isDataValid() && mLayoutHashCode == getLayoutHashCode(); in isLayoutValid()