Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DMessage.java46 private boolean mShouldShow = false; field in Message
62 mShouldShow = true; in update()
68 mShouldShow = false; in reset()
84 return mShouldShow; in shouldShow()