HomeSort by relevance Sort by last modified time
    Searched defs:BoxInsetLayout (Results 1 - 2 of 2) sorted by null

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 33 * BoxInsetLayout is a screen shape-aware FrameLayout that can box its children
42 public class BoxInsetLayout extends FrameLayout {
51 public BoxInsetLayout(Context context) {
55 public BoxInsetLayout(Context context, AttributeSet attrs) {
59 public BoxInsetLayout(Context context, AttributeSet attrs, int defStyle) {
117 LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams();
178 final LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams();
380 return new BoxInsetLayout.LayoutParams(getContext(), attrs);
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
BoxInsetLayout.java 42 * BoxInsetLayout is a screen shape-aware ViewGroup that can box its children in the center
48 public class BoxInsetLayout extends ViewGroup {
67 public BoxInsetLayout(@NonNull Context context) {
84 public BoxInsetLayout(@NonNull Context context, @Nullable AttributeSet attrs) {
99 public BoxInsetLayout(@NonNull Context context, @Nullable AttributeSet attrs, @StyleRes int
127 return new BoxInsetLayout.LayoutParams(getContext(), attrs);
149 LayoutParams lp = (BoxInsetLayout.LayoutParams) child.getLayoutParams();
389 * See {@link R.styleable#BoxInsetLayout_Layout BoxInsetLayout Layout Attributes} for a list

Completed in 84 milliseconds