HomeSort by relevance Sort by last modified time
    Searched refs:OPTICAL_BOUNDS (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tests/GridLayoutTest/src/com/android/test/layout/
LayoutInsetsTest.java 15 import static android.widget.GridLayout.OPTICAL_BOUNDS;
26 p.setLayoutMode(OPTICAL_BOUNDS);
  /frameworks/base/core/java/android/widget/
GridLayout.java 846 Insets insets = getLayoutMode() == OPTICAL_BOUNDS ? c.getOpticalInsets() : Insets.NONE;
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java 176 * The layout mode: either {@link #CLIP_BOUNDS} or {@link #OPTICAL_BOUNDS}
364 public static final int OPTICAL_BOUNDS = 1;
    [all...]

Completed in 80 milliseconds