Home
last modified time | relevance | path

Searched refs:boxed (Results 1 – 2 of 2) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DBoxInsetLayout.java412 public LayoutParams(int width, int height, int gravity, int boxed) { in LayoutParams() argument
414 boxedEdges = boxed; in LayoutParams()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/audio/
DHdmiCecSystemAudioModeTest.java99 IntStream.range(1, 15).boxed().collect(Collectors.toList()); in getRequestSadFormatsParams()