Searched refs:ReverseRelativeLayout (Results 1 – 4 of 4) sorted by relevance
24 import android.inputmethodservice.navigationbar.ReverseLinearLayout.ReverseRelativeLayout;246 if (v instanceof ReverseRelativeLayout) { in inflateButton()247 accessibilityView = ((ReverseRelativeLayout) v).getChildAt(0); in inflateButton()267 ReverseRelativeLayout frame = new ReverseRelativeLayout(mContext); in applySize()
129 public static class ReverseRelativeLayout extends RelativeLayout implements Reversible { class in ReverseLinearLayout131 ReverseRelativeLayout(Context context) { in ReverseRelativeLayout() method in ReverseLinearLayout.ReverseRelativeLayout
127 public static class ReverseRelativeLayout extends RelativeLayout implements Reversable { class in ReverseLinearLayout129 public ReverseRelativeLayout(Context context) { in ReverseRelativeLayout() method in ReverseLinearLayout.ReverseRelativeLayout
43 import com.android.systemui.navigationbar.buttons.ReverseLinearLayout.ReverseRelativeLayout;318 if (v instanceof ReverseRelativeLayout) { in inflateButton()319 accessibilityView = ((ReverseRelativeLayout) v).getChildAt(0); in inflateButton()339 ReverseRelativeLayout frame = new ReverseRelativeLayout(mContext); in applySize()