Searched refs:ResultType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DFragmentTuner.java36 import com.android.documentsui.dirlist.DirectoryFragment.ResultType;
89 abstract void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch);
169 void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch) {
248 void onModelLoaded(Model model, @ResultType int resultType, boolean isSearch) {
H A DDirectoryFragment.java130 public @interface ResultType {} interface in class:DirectoryFragment
170 private @ResultType int mType = TYPE_NORMAL;
/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp438 for (const RSExportType *ResultType : mRSContext->getReduceResultTypes(
445 genExportReduceResultType(ResultType);
1028 bool RSReflectionJava::exportableReduce(const RSExportType *ResultType) { argument
1029 const RSExportType *CheckType = ResultType;
1030 if (ResultType->getClass() == RSExportType::ExportClassConstantArray)
1031 CheckType = static_cast<const RSExportConstantArrayType *>(ResultType)->getElementType();
1103 const RSExportType *const ResultType = ER->getResultType(); local
1104 auto ResultTypeClass = ResultType->getClass();
1126 ResultType->convertToRTD(&ResultTypeData);
1256 const RSExportType *ResultType local
1404 genExportReduceResultType(const RSExportType *ResultType) argument
[all...]
H A Dslang_rs_reflection.h175 static bool exportableReduce(const RSExportType *ResultType);
208 void genExportReduceResultType(const RSExportType *ResultType);

Completed in 103 milliseconds