Searched defs:entranceTransitionType (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java263 private int entranceTransitionType = SLIDE_FROM_SIDE; field in class:GuidedStepFragment
894 if (entranceTransitionType == SLIDE_FROM_SIDE) {
1324 this.entranceTransitionType = transitionType;
H A DGuidedStepSupportFragment.java266 private int entranceTransitionType = SLIDE_FROM_SIDE; field in class:GuidedStepSupportFragment
897 if (entranceTransitionType == SLIDE_FROM_SIDE) {
1327 this.entranceTransitionType = transitionType;

Completed in 51 milliseconds