Home
last modified time | relevance | path

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

/packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
DSetupAnimationHelper.java72 private int[] mExcludeIds; field in SetupAnimationHelper.TransitionBuilder
106 mExcludeIds = excludeIds; in setExcludeIds()
115 if (mExcludeIds != null) { in build()
116 for (int id : mExcludeIds) { in build()