Home
last modified time | relevance | path

Searched refs:getTypeClass (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/compile/slang/
H A Dslang_rs_export_element.cpp88 switch (T->getTypeClass()) { in Create()
139 if ((CT->getTypeClass() != clang::Type::Builtin) && in CreateFromDecl()
140 (CT->getTypeClass() != clang::Type::ExtVector)) { in CreateFromDecl()
147 if (T->getTypeClass() != clang::Type::Typedef) { in CreateFromDecl()
H A Dslang_rs_export_type.cpp273 switch (T->getTypeClass()) { in TypeExportableHelper()
363 if (PointeeType->getTypeClass() == clang::Type::Pointer) { in TypeExportableHelper()
401 if ((ElementType->getTypeClass() != clang::Type::Builtin) || in TypeExportableHelper()
456 if (T->getTypeClass() != clang::Type::Pointer) { in ValidateRSObjectInVarDecl()
506 switch (T->getTypeClass()) { in ValidateTypeHelper()
755 switch (T->getTypeClass()) { in GetTypeName()
844 switch (T->getTypeClass()) { in Create()
1109 switch (T->getTypeClass()) { in GetDataType()
1258 if (PointeeType->getTypeClass() != clang::Type::Pointer) { in Create()
1300 if ((ElementType->getTypeClass() != clang::Type::Builtin)) in GetTypeName()
[all …]
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DFloatingHeaderRow.java55 Class<? extends FloatingHeaderRow> getTypeClass(); in getTypeClass() method
H A DPluginHeaderRow.java72 public Class<PluginHeaderRow> getTypeClass() { in getTypeClass() method in PluginHeaderRow
H A DFloatingHeaderView.java424 if (row.getTypeClass() == type) { in findFixedRowByType()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/appprediction/
H A DPredictionRowView.java257 public Class<PredictionRowView> getTypeClass() { in getTypeClass() method in PredictionRowView
H A DAppsDividerView.java297 public Class<AppsDividerView> getTypeClass() { in getTypeClass() method in AppsDividerView