am 1fcdee0d: am 92da1779: Merge "Fix bug in Scene\'s use of setTag" into klp-dev

* commit '1fcdee0d4e907a2391362089cb10fb7053230a88':
  Fix bug in Scene's use of setTag
This commit is contained in:
Adam Powell
2013-10-24 16:26:06 -07:00
committed by Android Git Automerger

View File

@@ -57,7 +57,7 @@ public final class Scene {
com.android.internal.R.id.scene_layoutid_cache);
if (scenes == null) {
scenes = new SparseArray<Scene>();
sceneRoot.setTag(com.android.internal.R.id.scene_layoutid_cache, scenes);
sceneRoot.setTagInternal(com.android.internal.R.id.scene_layoutid_cache, scenes);
}
Scene scene = scenes.get(layoutId);
if (scene != null) {