Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/
DHighlightingFragment.java33 private String mViewKey; field in HighlightingFragment
59 mViewKey = args.getString(SettingsActivity.EXTRA_FRAGMENT_ARG_KEY); in onActivityCreated()
65 if (!mViewHighlighted &&!TextUtils.isEmpty(mViewKey)) { in highlightViewIfNeeded()
66 highlightView(mViewKey); in highlightViewIfNeeded()