Home | History | Annotate | Download | only in launcher2

Lines Matching full:ordinal

940      * Given the integer (ordinal) value of a State enum instance, convert it to a variable of type
947 if (stateValues[i].ordinal() == stateOrdinal) {
965 State state = intToState(savedState.getInt(RUNTIME_STATE, State.WORKSPACE.ordinal()));
1574 outState.putInt(RUNTIME_STATE, mState.ordinal());