HomeSort by relevance Sort by last modified time
    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