OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FILTERS
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/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. */
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
BitmapCache.java
41
public final static int
FILTERS
= 4;
94
case
FILTERS
: return "
FILTERS
";
/external/chromium_org/third_party/jinja2/
filters.py
3
jinja2.
filters
6
Bundled jinja
filters
.
28
"""Decorator for marking context dependent
filters
. The current
36
"""Decorator for marking eval-context dependent
filters
. An eval
47
"""Decorator for marking evironment dependent
filters
. The current
845
"""
Filters
a sequence of objects by appying a test to either the object
861
"""
Filters
a sequence of objects by appying a test to either the object
877
"""
Filters
a sequence of objects by appying a test to either the object
894
"""
Filters
a sequence of objects by appying a test to either the object
935
FILTERS
=
[
all
...]
/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
: {
Completed in 378 milliseconds