package com.google.android.flexbox; import android.os.Parcelable; public interface FlexItem extends Parcelable { int C(); void G(int i); int H(); int I(); int M(); void N(int i); float R(); float V(); int c0(); int e0(); int getHeight(); int getOrder(); int getWidth(); boolean i0(); int l0(); int s0(); int t(); float w(); }