Searched defs:filterable (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DFillUi.java317 boolean filterable = true;
330 filterable = false;
334 items.add(new ViewItem(dataset, filterPattern, filterable, valueText, view));
548 public final boolean filterable; field in class:FillUi.ViewItem
557 * @param filterable optional flag set by the service to indicate this item should not be
562 ViewItem(@Nullable Dataset dataset, @Nullable Pattern filter, boolean filterable, argument
568 this.filterable = filterable;
580 if (!filterable) {
608 if (filterable) {
[all...]
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2957 const bool filterable = (typeName != mipmap16); local
2968 if (filterable && !filter->match(config)) {
3080 const bool filterable = (typeName != mipmap16); local
3130 if (filterable && !filter->match(cl->getEntries().keyAt(ci))) {
3134 if (filterable && !filter->match(cl->getEntries().keyAt(cj))) {
3186 if (filterable && !filter->match(config)) {

Completed in 69 milliseconds