Searched defs:Filter (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DFilter.java32 * {@link #filter(CharSequence, android.widget.Filter.FilterListener)} are
39 public abstract class Filter { class
40 private static final String LOG_TAG = "Filter";
42 private static final String THREAD_NAME = "Filter";
56 public Filter() { method in class:Filter
81 * @see #filter(CharSequence, android.widget.Filter.FilterListener)
99 * @see #publishResults(CharSequence, android.widget.Filter.FilterResults)
131 * must be returned as a {@link android.widget.Filter.FilterResults} that
134 * android.widget.Filter.FilterResults)}.</p>
142 * @see #filter(CharSequence, android.widget.Filter
[all...]
/frameworks/base/include/media/
H A DMetadata.h50 typedef SortedVector<Type> Filter; typedef in class:android::media::Metadata
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java76 private Filter mFilter;
98 public interface Filter { interface in class:LayoutInflater
317 * @return The {@link Filter} currently used by this LayoutInflater to restrict the set of Views
320 public Filter getFilter() {
325 * Sets the {@link Filter} to by this LayoutInflater. If a view is attempted to be inflated
326 * which is not allowed by the {@link Filter}, the {@link #inflate(int, ViewGroup)} call will
330 * @param filter The Filter which restricts the set of Views that are allowed to be inflated.
333 public void setFilter(Filter filter) {
/frameworks/base/tools/localize/
H A DXLIFFFile.cpp224 XLIFFFile::Filter(bool (*func)(const string&,const TransUnit&,void*), void* cookie) function in class:XLIFFFile

Completed in 93 milliseconds