Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecents.java103 private static RecentsConfiguration sConfiguration; field in Recents
193 return sConfiguration; in getConfiguration()
205 sConfiguration = new RecentsConfiguration(mContext); in start()