OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fakeShadows
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsConfiguration.java
58
public boolean
fakeShadows
;
67
fakeShadows
= res.getBoolean(R.bool.config_recents_fake_shadows);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java
181
if (config.
fakeShadows
) {
285
toTransform.applyToTaskView(this, mTmpAnimators, toAnimation, !config.
fakeShadows
);
Completed in 46 milliseconds