Searched refs:SLIDE_FROM_SIDE (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DGuidedStepFragment.java225 public static final int SLIDE_FROM_SIDE = 0; field in class:GuidedStepFragment
262 private int entranceTransitionType = SLIDE_FROM_SIDE;
867 if (entranceTransitionType == SLIDE_FROM_SIDE) {
H A DGuidedStepSupportFragment.java227 public static final int SLIDE_FROM_SIDE = 0; field in class:GuidedStepSupportFragment
264 private int entranceTransitionType = SLIDE_FROM_SIDE;
869 if (entranceTransitionType == SLIDE_FROM_SIDE) {

Completed in 270 milliseconds