Home
last modified time | relevance | path

Searched refs:layoutType (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/search/
DSearchTarget.java165 @NonNull String layoutType, in SearchTarget() argument
177 mLayoutType = Objects.requireNonNull(layoutType); in SearchTarget()
382 @SearchLayoutType @NonNull String layoutType, in Builder() argument
385 mLayoutType = Objects.requireNonNull(layoutType); in Builder()
/frameworks/base/core/java/android/widget/
DListPopupWindow.java583 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType() argument
584 mDropDownWindowLayoutType = layoutType; in setWindowLayoutType()
DPopupWindow.java1099 public void setWindowLayoutType(int layoutType) { in setWindowLayoutType() argument
1100 mWindowLayoutType = layoutType; in setWindowLayoutType()
/frameworks/av/media/codec2/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoDecTest.cpp206 uint32_t layoutType = layout.type; in compareMd5Chksm() local
210 if (bitDepth == 8 && layoutType == C2PlanarLayout::TYPE_YUV && colInc == 1) { in compareMd5Chksm()
214 } else if (bitDepth == 8 && layoutType == C2PlanarLayout::TYPE_YUV && colInc == 2) { in compareMd5Chksm()