if (Build.VERSION.SDK_INT >= 21) {
sImpl = new LeanbackTransitionHelperDefault();
} else if (Build.VERSION.SDK_INT >= 19) {
sImpl = new LeanbackTransitionHelperKitKatImpl();
} else {
// Helper will create a stub object for transition in this case.
sImpl = new LeanbackTransitionHelperDefault();
}
return sImpl.loadTitleInTransition(context, helper);