/frameworks/base/core/java/android/widget/ |
Filterable.java | 28 * <p>Returns a filter that can be used to constrain data with a filtering 34 * @return a filter used to constrain data
|
/frameworks/base/core/java/android/text/ |
InputFilter.java | 20 * InputFilters can be attached to {@link Editable}s to constrain the 74 * This filter will constrain edits not to make the length of the text
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
Layer.java | 87 // Allows subclasses to further constrain the hit test defined by layer
|
/frameworks/base/core/java/android/util/ |
MathUtils.java | 38 public static int constrain(int amount, int low, int high) { method in class:MathUtils 42 public static float constrain(float amount, float low, float high) { method in class:MathUtils
|
/external/webkit/WebCore/inspector/front-end/ |
Drawer.js | 78 return Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - this.mainElement.totalOffsetTop - Preferences.minConsoleHeight); 185 height = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.totalOffsetTop - Preferences.minConsoleHeight); 290 height = Number.constrain(height, Preferences.minConsoleHeight, window.innerHeight - mainElement.totalOffsetTop - Preferences.minConsoleHeight);
|
DataGrid.js | 746 // Constrain the dragpoint to be within the containing div of the 749 // Constrain the dragpoint to be within the space made up by the 762 dragPoint = Number.constrain(dragPoint, leftMinimum, rightMaximum); [all...] |
Panel.js | 345 width = Number.constrain(width, Preferences.minSidebarWidth, window.innerWidth / 2);
|
utilities.js | 609 Number.constrain = function(num, min, max)
|
/frameworks/base/graphics/java/android/graphics/ |
Color.java | 253 h = MathUtils.constrain(h, 0.0f, 1.0f); 254 s = MathUtils.constrain(s, 0.0f, 1.0f); 255 b = MathUtils.constrain(b, 0.0f, 1.0f);
|
/dalvik/libcore/xml/src/main/java/javax/xml/validation/ |
package.html | 21 user-friendly XML schema language. RNG schemas may also use types to constrain XML character data.
|
/external/icu4c/i18n/unicode/ |
stsearch.h | 154 * @param breakiter A <tt>BreakIterator</tt> object used to constrain 181 * @param breakiter A <tt>BreakIterator</tt> object used to constrain 212 * @param breakiter A <tt>BreakIterator</tt> object used to constrain 242 * @param breakiter A <tt>BreakIterator</tt> object used to constrain
|
/external/webkit/WebCore/platform/chromium/ |
ThemeChromiumMac.mm | 463 // Buttons really only constrain height. They respect width. 542 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored. 699 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
|
/external/webkit/WebCore/platform/mac/ |
ThemeMac.mm | 307 // Buttons really only constrain height. They respect width. 386 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored. 564 zoomedSize.setWidth(zoomedRect.width()); // Buttons don't ever constrain width, so the zoomed width can just be honored.
|
/external/proguard/docs/manual/ |
gui.html | 167 The text field following each entry allows to constrain the applicable classes 198 contain text fields and check boxes to constrain these items. They have
|
/external/guava/src/com/google/common/collect/ |
ImmutableList.java | 293 // constrain the return type to ImmutableList<E>
|
/external/jpeg/ |
wizard.doc | 25 wide compatibility of low-quality files, you can constrain the scaled
|
jchuff.c | 252 * but only 0..15 for DC. (We could constrain them further
|
/external/webkit/WebCore/page/ |
DOMWindow.cpp | 279 // 3) Constrain window rect to within the top and left boundaries of the screen rect 310 // Constrain the window position to the screen. [all...] |
/external/webkit/WebCore/rendering/ |
InlineFlowBox.cpp | 740 // Constrain our background/border painting to the line top and bottom if necessary. [all...] |
/external/proguard/src/proguard/gui/ |
GUIResources.properties | 399 <html>A regular expression to further constrain the class names,<br>\
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
SDL_QuartzEvents.m | [all...] |
/external/webkit/WebCore/editing/ |
VisibleSelection.cpp | 419 // "Constrain" the selection to be the smallest equivalent range of nodes.
|
/external/tcpdump/ |
print-bgp.c | 317 /* draft-marques-ppvpn-rt-constrain-01.txt */ 334 { SAFNUM_RT_ROUTING_INFO, "Route Target Routing Information"}, /* draft-marques-ppvpn-rt-constrain-01.txt */ [all...] |
/external/v8/benchmarks/ |
deltablue.js | 32 * A JavaScript implementation of the DeltaBlue constrain-solving
|
/external/webkit/SunSpider/tests/v8-v4/ |
v8-deltablue.js | 26 * A JavaScript implementation of the DeltaBlue constrain-solving
|