/build/tools/droiddoc/templates-sac/assets/ |
android-developer-docs.css | 172 text-align:left; 195 border-left:2px solid #eee; 242 float: left; 372 float: left; 380 margin-left: 40px; 394 float: left; 403 float: left; 420 text-align:left; 430 text-align:left; 437 float: left; [all...] |
/build/tools/droiddoc/templates-sdk/assets/ |
android-developer-docs.css | 172 text-align:left; 195 border-left:2px solid #eee; 242 float: left; 372 float: left; 380 margin-left: 40px; 394 float: left; 403 float: left; 420 text-align:left; 430 text-align:left; 437 float: left; [all...] |
/external/chromium/chrome/browser/prefs/ |
pref_service_uitest.cc | 125 int left = 0; local 126 EXPECT_TRUE(root_dict->GetInteger(kBrowserWindowPlacement + ".left", 127 &left)); 128 EXPECT_EQ(left, bounds.x()); 187 int left = 0; local 188 EXPECT_TRUE(root_dict->GetInteger(kBrowserWindowPlacement + ".left", 189 &left)); 190 EXPECT_EQ(left, bounds.x());
|
/external/chromium_org/chrome/browser/prefs/ |
pref_service_browsertest.cc | 153 int left = 0; local 154 EXPECT_TRUE(root_dict->GetInteger(kBrowserWindowPlacement + ".left", 155 &left)); 156 EXPECT_EQ(left, bounds.x()); 217 int left = 0; local 218 EXPECT_TRUE(root_dict->GetInteger(kBrowserWindowPlacement + ".left", 219 &left)); 220 EXPECT_EQ(left, bounds.x());
|
/external/chromium_org/chrome/browser/resources/ |
about_memory.js | 38 el.style.left = 0; 46 el.style.left = (event.pageX - width - 20) + 'px'; 48 el.style.left = (event.pageX + 20) + 'px';
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_gaia_signin.css | 63 linear, left top, left bottom, 92 left: 0;
|
/external/chromium_org/chrome/browser/resources/file_manager/css/ |
select_album_dialog.css | 11 left: 0; 23 left: 0; 94 margin-left: 15px;
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
suggestions_page.css | 31 left: 0; 46 background: no-repeat left 50%; 60 border-bottom-left-radius: 3px 3px;
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/css/ |
uber_shared.css | 32 left: 155px; 48 left: 0; 63 left: 20px;
|
/external/chromium_org/chromeos/dbus/ibus/ |
ibus_lookup_table.cc | 206 const Entry& left = candidates_[i]; local 208 if (left.value != right.value || 209 left.label != right.label || 210 left.annotation != right.annotation || 211 left.description_title != right.description_title || 212 left.description_body != right.description_body)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineGrid.js | 49 this._leftCurtainElement = this.element.createChild("div", "timeline-cpu-curtain-left"); 120 var left = calculator.computePosition(firstDividerTime + gridSliceTime * i); 121 if (skipLeftmostDividers && left < gridFreeZoneAtLeftPx) 139 var percentLeft = 100 * left / dividersElementClientWidth; 140 divider.style.left = percentLeft + "%"; 141 dividerLabelBar.style.left = percentLeft + "%"; 205 this._rightCurtainElement.style.left = (gapOffset + gapWidth) + "px";
|
breadcrumbList.css | 38 margin-left: -1px; 48 padding-left: 6px; 69 padding-left: 7px;
|
canvasProfiler.css | 35 left: 0; 60 left: 0; 76 left: 0;
|
cssNamedFlows.css | 50 left: 0; 58 margin-left: -12px; 71 float: left;
|
resourceView.css | 35 left: 0; 101 padding-left: 8px; 103 text-align: left;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
common.css | 62 margin-left: 0px; 98 background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 92 int left= PADDING + labelWidth; local 105 g.drawLine(left, top, left, bottom); 106 g.drawLine(left, bottom, right, bottom); 112 int xincrement= n > 1 ? (right-left) / (n-1) : 0; 121 int xposition= left;
|
/external/pixman/test/ |
composite-traps-test.c | 178 t->left.p1.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2; 179 t->left.p1.y = t->top - random_fixed (50); 180 t->left.p2.x = random_fixed (MAX_DST_WIDTH) - MAX_DST_WIDTH / 2; 181 t->left.p2.y = t->bottom + random_fixed (50); 182 t->right.p1.x = t->left.p1.x + random_fixed (MAX_DST_WIDTH); 184 t->right.p2.x = t->left.p2.x + random_fixed (MAX_DST_WIDTH);
|
/external/skia/tests/ |
PathOpsLineIntersectionTest.cpp | 81 double left = SkTMin(line1[0].fX, line1[1].fX); local 84 ts.horizontal(line2, left, right, line1[0].fY, line1[0].fX != left); 88 double left = SkTMin(line2[0].fX, line2[1].fX); local 91 ts.horizontal(line1, left, right, line2[0].fY, line2[0].fX != left);
|
/external/v8/src/ |
splay-tree-inl.h | 112 // the left subtree. 209 // No left child, so the new tree is just the right child. 212 // Left child exists. 214 // Make the original left child the new root. 232 // the L tree of the algorithm. The left child of the dummy node 233 // will hold the R tree of the algorithm. Using a dummy node, left 236 Node* left = dummy; local 261 // Rotate left. 269 // Link left. 270 left->right_ = current [all...] |
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
Parameters.h | 95 int left, top, right, bottom; member in struct:android::camera2::Parameters::Area 98 Area(int left, int top, int right, int bottom, int weight): 99 left(left), top(top), right(right), bottom(bottom), 102 return (left == 0) && (top == 0) && (right == 0) && (bottom == 0); 249 float left; member in struct:android::camera2::Parameters::CropRegion
|
/frameworks/base/core/jni/ |
android_view_TextureView.cpp | 39 jfieldID left; member in struct:android::__anon31879 141 rect.left = GET_INT(dirtyRect, gRectClassInfo.left); 174 clipRect.set(rect.left, rect.top, rect.right, rect.bottom); 179 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom)); 231 GET_FIELD_ID(gRectClassInfo.left, clazz, "left", "I");
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
NinePatch_Delegate.java | 178 (int) loc.left, (int) loc.top, (int) loc.width(), (int) loc.height(), 187 loc.left, loc.top, loc.width(), loc.height(), 200 final int left, final int top, final int right, final int bottom, 219 new Rect(left, top, right, bottom), 242 left, top, right - left, bottom - top, destDensity, srcDensity);
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/ |
binary_search.hpp | 144 ForwardIter middle, left, right; local 158 left = boost::detail::lower_bound(first, middle, val); 161 return std::pair<ForwardIter, ForwardIter>(left, right); 176 ForwardIter middle, left, right; local 190 left = boost::detail::lower_bound(first, middle, val, comp); 193 return std::pair<ForwardIter, ForwardIter>(left, right);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
ZoomView.java | 64 // Set the translation of the matrix so that after rotation, the top left 66 rotationMatrix.postTranslate(-fullResRect.left, -fullResRect.top); 154 public void onLayoutChange(View v, int left, int top, int right, int bottom, 156 int w = right - left; 204 dx = viewportWidth / 2 - (newRect.left + newRect.right) / 2; 206 if (newRect.left > 0) { 207 dx = -newRect.left;
|