Interface TypedValues.MotionScene

  • Enclosing interface:
    TypedValues

    public static interface TypedValues.MotionScene
    • Field Detail

      • S_LAYOUT_DURING_TRANSITION

        static final java.lang.String S_LAYOUT_DURING_TRANSITION
        See Also:
        Constant Field Values
      • TYPE_LAYOUT_DURING_TRANSITION

        static final int TYPE_LAYOUT_DURING_TRANSITION
        See Also:
        Constant Field Values
      • KEY_WORDS

        static final java.lang.String[] KEY_WORDS
    • Method Detail

      • getType

        static int getType​(int name)
      • getId

        static int getId​(java.lang.String name)
        Method to go from String names of values to id of the values IDs are use for efficiency
        Parameters:
        name - the name of the value
        Returns:
        the id of the vlalue or -1 if no value exist