/external/chromium_org/chrome/browser/resources/options/ |
font_settings.css | 48 float: left;
|
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
remote_change_handler.h | 43 bool operator()(const RemoteChange& left, const RemoteChange& right); 81 bool operator()(const ChangeQueueItem& left, const ChangeQueueItem& right);
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
generated_credit_card_bubble_views.cc | 105 set_margins(gfx::Insets(0, insets.left(), insets.top(), insets.left()));
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/ |
info.css | 29 text-align: left;
|
/external/chromium_org/chrome/common/extensions/docs/static/js/ |
platform_chooser.js | 5 // Intializes the platform chooser, the widget in the top left corner with the
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
textPrompt.css | 43 left: 0;
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
webtreemap.css | 40 left 0.3s,
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
matrix.h | 36 _mesa_Frustum( GLdouble left, GLdouble right, 41 _mesa_Ortho( GLdouble left, GLdouble right,
|
/external/chromium_org/tools/memory_watcher/ |
memory_hook.h | 71 bool operator!=(const PrivateHookAllocator<T>& left, 73 return (!(left == right));
|
/external/doclava/res/assets/templates/assets/ |
doclava-developer-core.css | 168 text-align:left; 191 border-left:2px solid #eee; 238 float: left; 368 float: left; 376 margin-left: 40px; 390 float: left; 399 float: left; 416 text-align:left; 426 text-align:left; 433 float: left; [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/ |
runrc.cmd | 50 subdir = left(subdir, length(subdir)-1)
|
/external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/ |
BIHTriangle.java | 76 public float getExtreme(int axis, boolean left){ 84 if (left){
|
/external/mesa3d/src/mesa/main/ |
matrix.h | 36 _mesa_Frustum( GLdouble left, GLdouble right, 41 _mesa_Ortho( GLdouble left, GLdouble right,
|
/frameworks/base/core/jni/android/graphics/ |
Region.cpp | 52 static jboolean Region_setRect(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom) { 53 return dst->setRect(left, top, right, bottom); 71 static jboolean Region_op0(JNIEnv* env, jobject, SkRegion* dst, int left, int top, int right, int bottom, int op) { 74 ir.set(left, top, right, bottom); 106 static jboolean Region_quickContains(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { 107 return GetSkRegion(env, region)->quickContains(left, top, right, bottom); 110 static jboolean Region_quickRejectIIII(JNIEnv* env, jobject region, int left, int top, int right, int bottom) { 112 ir.set(left, top, right, bottom);
|
/frameworks/base/graphics/java/android/graphics/drawable/shapes/ |
RoundRectShape.java | 45 * top-left corner (remaining pairs correspond clockwise). 53 * top-left corner (remaining pairs correspond clockwise). 94 mInnerRect.set(r.left + mInset.left, r.top + mInset.top,
|
/frameworks/base/libs/hwui/ |
UvMapper.h | 84 * - left = min. U 91 texCoords.left = lerp(mMinU, mMaxU, texCoords.left);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
stats_scorer.cpp | 45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) 48 int xStart = static_cast<int>(width * left);
|
/frameworks/compile/mclinker/include/mcld/ |
InputTree.h | 106 bfs_iterator it = bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); 118 const_bfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); 129 dfs_iterator it = dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); 141 const_dfs_iterator(BinaryTreeBase<Input>::m_Root.node.left); 163 iterator it = iterator(BinaryTreeBase<Input>::m_Root.node.left); 172 const_iterator it = const_iterator(BinaryTreeBase<Input>::m_Root.node.left); 210 const_cast<const NodeBase*>(pTree.m_Root.node.left)); 214 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;
|
/frameworks/rs/ |
rsScriptC_LibGL.cpp | 234 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) { 235 if (left) { 236 *left = metrics->left; 250 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) { 256 SetMetrics(&metrics, left, right, top, bottom); 261 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) { 265 SetMetrics(&metrics, left, right, top, bottom);
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
RotateLayout.java | 52 boolean change, int left, int top, int right, int bottom) { 53 int width = right - left;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewGridLayout.java | 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 82 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PagedViewGridLayout.java | 81 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { 82 super.onLayout(changed, left, top, right, bottom);
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
RotateLayout.java | 49 boolean change, int left, int top, int right, int bottom) { 50 int width = right - left;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
InputView.java | 61 final int x = (int)me.getX() + rect.left; 97 final int translatedX = x - receivingRect.left;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/model/ |
PropertiesTableModel.java | 35 int x = node.left; 39 x += p.left - p.scrollX;
|