public enum

KeyPosition.Type

extends java.lang.Enum<KeyPosition.Type>

 java.lang.Object

↳java.lang.Enum<KeyPosition.Type>

↳androidx.constraintlayout.core.dsl.KeyPosition.Type

Summary

Enum Constants
CARTESIAN
PATH
SCREEN
Methods
public static KeyPosition.TypevalueOf(java.lang.String name)

public static KeyPosition.Typevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

CARTESIAN

SCREEN

PATH

Methods

public static KeyPosition.Type values()

public static KeyPosition.Type valueOf(java.lang.String name)