Protect use of onFindViewById for Fragment Transitions.

Bug 34163850

onFindViewById is only valid once the Fragment's View
has been created, but the child fragment manager
can be used prior to its creation. This protects
the use of onFindViewById from use by fragment
transitions.

Test: gradlew connectedCheck in fragments/

Change-Id: I31c1c30dc721ce95cf6d0f11cbb2cf0b34649a36
2 files changed