Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/src/com/android/car/settings/common/
DTwoActionPreference.java35 private boolean mIsActionShown; field in TwoActionPreference
62 mIsActionShown = preferenceAttributes.getBoolean( in init()
73 mIsActionShown = isShown; in showAction()
79 return mIsActionShown; in isActionShown()
87 if (mIsActionShown) { in onBindViewHolder()