/packages/apps/InCallUI/res/values/ |
attrs.xml | 40 <!-- Inner radius of glow area. --> 43 <!-- Outer radius of glow area. Target icons will be drawn on this circle. --> 46 <!-- Size of target radius. Points within this distance of target center is a "hit". --> 51 <!-- Radius of glow under finger. -->
|
/packages/apps/LegacyCamera/res/drawable/ |
bg_text_on_preview.xml | 20 <corners android:radius="3dp"/>
|
bg_text_on_preview_transparent.xml | 20 <corners android:radius="3dp"/>
|
/external/chromium/chrome/browser/resources/ |
about_credits.tmpl | 22 border-radius:5px; 47 border-radius:3px;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tab_control.css | 45 border-top-right-radius: 8px; 46 border-top-left-radius: 8px;
|
/external/chromium/chrome/browser/resources/shared/css/ |
tabs.css | 19 border-top-left-radius: 3px; 20 border-top-right-radius: 3px;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
slow.css | 18 border-radius: 3px; 39 border-radius: 2px;
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
rect_path_utils.mm | 35 // inset backed out of the radius. 51 // radius.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/ |
popup.css | 34 border-radius: 2px; 58 border-radius: 5px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/css/ |
plugin_list.css | 16 border-radius: 2px; 52 border-radius: 5px;
|
/external/chromium_org/third_party/skia/include/effects/ |
SkBlurMaskFilter.h | 28 /** The blur layer's radius is not affected by transforms */ 37 static SkMaskFilter* Create(SkScalar radius, BlurStyle style,
|
/external/jmonkeyengine/engine/src/bullet-native/ |
com_jme3_bullet_collision_shapes_SphereCollisionShape.cpp | 49 (JNIEnv *env, jobject object, jfloat radius) { 51 btSphereShape* shape=new btSphereShape(radius);
|
/external/ppp/pppd/plugins/radius/etc/ |
dictionary.compat | 40 # For compatibility with ESVA RADIUS, Old Cistron RADIUS
|
/external/skia/include/effects/ |
SkBlurMaskFilter.h | 28 /** The blur layer's radius is not affected by transforms */ 37 static SkMaskFilter* Create(SkScalar radius, BlurStyle style,
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.1 | 19 It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server. 59 Get MIB variables (dot1x, dot11, radius).
|
android.config | 39 # Driver interface for no driver (e.g., RADIUS server only) 126 # RADIUS authentication server. This provides access to the integrated EAP 127 # server from external hosts using RADIUS. 130 # Build IPv6 support for RADIUS operations 151 # Remove support for RADIUS accounting 154 # Remove support for RADIUS
|
/external/wpa_supplicant_8/src/ap/ |
tkip_countermeasures.c | 14 #include "radius/radius.h"
|
/frameworks/base/tests/touchlag/ |
touchlag.cpp | 106 size_t x0, size_t y0, size_t radius, bool filled = false) { 107 ssize_t f = 1 - radius; 109 ssize_t ddF_y = -2 * radius; 111 ssize_t y = radius; 113 drawHLine(buf, pixel, x0-radius, y0, 2*radius); 115 drawTwoPixels(buf, pixel, x0-radius, y0, 2*radius);
|
/cts/apps/CtsVerifier/lib/colorchecker/ |
testingimage.cpp | 134 // Average the pixel values of the pixels within the given radius to the 138 float radius = sqrt((*radiusAddress)[i][j]); local 144 for (int ii = static_cast<int>(center.x() - radius); 145 ii < static_cast<int>(center.x() + radius); ++ii) { 146 for (int jj = static_cast<int>(center.y() - radius); 147 jj < static_cast<int>(center.y() + radius); ++jj) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
CameraTests.java | 33 * set the pointer address of checkerboard centers and radius. It also provides 48 /** Memory address of the color checker radius. */ 111 * Sets the memory address of the checker centers and checker radius. 116 * the color checker radius 129 * centers and radius; 132 * centers and radius.
|
/docs/source.android.com/src/source/assets/ |
main.css | 289 -moz-border-radius: 5px; 290 -webkit-border-radius: 5px; 310 -moz-border-radius-topright: 5px; 311 -moz-border-radius-topleft: 5px; 312 -webkit-border-top-right-radius: 5px; 313 -webkit-border-top-left-radius: 5px;
|
/external/ceres-solver/internal/ceres/ |
trust_region_strategy.h | 48 // radius, which it then uses to solve for the trust region step using 51 // Here the term trust region radius is used loosely, as the strategy 54 // radius to scale the damping term, which controls the step size, but 132 // Use the current radius to solve for the trust region step. 154 // Current trust region radius. 155 virtual double Radius() const = 0;
|
/external/libppp/src/ |
mppe.c | 61 #include "radius.h" 434 struct radius *r = &fp->bundle->radius; 437 * If the radius server gave us RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES, 443 log_Printf(LogCCP, "MPPE: Not permitted by RADIUS server\n"); 462 * If the radius server gave us RAD_MICROSOFT_MS_MPPE_ENCRYPTION_POLICY, 465 if (*fp->bundle->radius.cfg.file && fp->bundle->radius.mppe.policy) 466 return fp->bundle->radius.mppe.policy == MPPE_POLICY_REQUIRED ? 1 : 0; 480 * If the radius server gave us RAD_MICROSOFT_MS_MPPE_ENCRYPTION_TYPES [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
SphereCollisionVolume.java | 27 public SphereCollisionVolume(float radius, float centerX, float centerY) { 29 mRadius = radius; 35 public SphereCollisionVolume(float radius, float centerX, float centerY, int hit) { 37 mRadius = radius; 75 public void setRadius(float radius) { 76 mRadius = radius;
|
/frameworks/base/docs/html/reference/renderscript/ |
doxygen.css | 162 border-radius: 0.5em; 163 -webkit-border-radius: .5em; 164 -moz-border-radius: .5em; 425 border-top-right-radius: 8px; 426 border-top-left-radius: 8px; 429 -moz-border-radius-topright: 8px; 430 -moz-border-radius-topleft: 8px; 433 -webkit-border-top-right-radius: 8px; 434 -webkit-border-top-left-radius: 8px; 449 border-bottom-left-radius: 8px [all...] |