Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/
DRecentsConfiguration.java69 public boolean fakeShadows; field in RecentsConfiguration
91 fakeShadows = res.getBoolean(R.bool.config_recents_fake_shadows); in RecentsConfiguration()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java180 if (config.fakeShadows) { in TaskView()
290 toTransform.applyToTaskView(this, mTmpAnimators, toAnimation, !config.fakeShadows); in updateViewPropertiesToTaskTransform()