HomeSort by relevance Sort by last modified time
    Searched refs:FILTERS (Results 1 - 19 of 19) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 47 public static final int FILTERS = 3;
71 case FILTERS: {
122 showPanel(FILTERS);
193 if (mCurrentSelected == FILTERS) {
196 boolean fromRight = isRightAnimation(FILTERS);
199 categoryPanel.setAdapter(FILTERS);
201 mCurrentSelected = FILTERS;
234 case FILTERS: {
CategoryPanel.java 78 case MainPanel.FILTERS: {
81 mAdapter.initializeSelection(MainPanel.FILTERS);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
BluetoothDeviceFilter.java 49 private static final Filter[] FILTERS = {
69 if (filterType >= 0 && filterType < FILTERS.length) {
70 return FILTERS[filterType];
98 /** Parent class of filters based on UUID and/or Bluetooth class. */
  /external/libmojo/third_party/jinja2/
defaults.py 6 Jinja default filters and tags.
30 # default filters, tests and namespace
31 from jinja2.filters import FILTERS as DEFAULT_FILTERS
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetterTest.java 31 import android.support.test.filters.SmallTest;
64 // WHEN setting the filters
67 // THEN the right number of filters is applied
68 verify(mPackageManager, times(CrossProfileIntentFiltersSetter.FILTERS.size()))
91 // WHEN calling reset filters
106 // WHEN calling reset filters
109 // THEN the existing filters should be removed
113 // THEN the right number of filters is applied
114 verify(mPackageManager, times(CrossProfileIntentFiltersSetter.FILTERS.size()))
  /external/libcups/filter/
Makefile 19 FILTERS = \
35 $(FILTERS)
102 for file in $(FILTERS); do \
109 for file in $(FILTERS); do \
156 for file in $(FILTERS); do \
  /external/autotest/frontend/client/src/autotest/common/table/
TableDecorator.java 32 public static final int FILTERS = 0,
43 setRow(LayoutRows.FILTERS, filterTable);
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 134 // Filters will appear sorted based on their value defined here.
153 // Mapping to filters for the FILTER_APPS_* constants above.
154 public static final AppFilter[] FILTERS = new AppFilter[FILTER_APPS_COUNT];
159 FILTERS[FILTER_APPS_POWER_WHITELIST] = new CompoundFilter(
165 FILTERS[FILTER_APPS_POWER_WHITELIST_ALL] = new CompoundFilter(
171 FILTERS[FILTER_APPS_ALL] = ApplicationsState.FILTER_EVERYTHING;
175 FILTERS[FILTER_APPS_ENABLED] = ApplicationsState.FILTER_ALL_ENABLED;
179 FILTERS[FILTER_APPS_DISABLED] = ApplicationsState.FILTER_DISABLED;
183 FILTERS[FILTER_APPS_INSTANT] = ApplicationsState.FILTER_INSTANT;
187 FILTERS[FILTER_APPS_BLOCKED] = AppStateNotificationBridge.FILTER_APP_NOTIFICATION_BLOCKED
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java 41 public final static int FILTERS = 4;
94 case FILTERS: return "FILTERS";
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
CrossProfileIntentFiltersSetter.java 230 static final List<CrossProfileIntentFilter> FILTERS = Arrays.asList(
265 * Sets all default cross profile intent filters from {@code parentUserId} to
269 ProvisionLogger.logd("Setting cross-profile intent filters");
271 for (CrossProfileIntentFilter filter : FILTERS) {
283 * Reset the cross profile intent filters between {@code userId} and all of its managed profiles
292 // Removes cross profile intent filters from the parent to all the managed profiles.
295 // For each managed profile reset cross profile intent filters
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
CachingPipeline.java 33 import com.android.gallery3d.filtershow.filters.FilterRepresentation;
34 import com.android.gallery3d.filtershow.filters.FiltersManager;
273 bitmap = mEnvironment.getBitmapCopy(bitmap, BitmapCache.FILTERS);
285 // TODO: cleanup/remove GEOMETRY / FILTERS paths
421 Vector<FilterRepresentation> filters = preset.getFilters(); local
422 Bitmap result = mCachedProcessing.process(mOriginalBitmap, filters, mEnvironment);
  /prebuilts/misc/common/robolectric/lib/
nekohtml-1.9.6.2.jar 
maven-ant-tasks-2.1.3.jar 
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /external/guice/extensions/persist/lib/
hibernate3.jar 

Completed in 446 milliseconds