HomeSort by relevance Sort by last modified time
    Searched refs:left (Results 576 - 600 of 5347) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/view/src/android/view/cts/
View_LayoutPositionTest.java 66 int left = vLocation[0] - pLocation[0]; local
68 int right = left + vRect.width();
71 assertEquals(left, view.getLeft());
98 assertEquals(left + h_offset , nleft);
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 72 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {
73 super.onViewPositionChanged(changedView, left, top, dx, dy);
77 public int clampViewPositionHorizontal(View child, int left, int dx) {
78 return left;
  /developers/samples/android/ui/views/Elevation/ElevationDrag/Application/src/main/java/com/example/android/elevationdrag/
DragFrameLayout.java 72 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {
73 super.onViewPositionChanged(changedView, left, top, dx, dy);
77 public int clampViewPositionHorizontal(View child, int left, int dx) {
78 return left;
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 26 text-align: left;
54 text-align: left;
  /development/samples/browseable/ElevationDrag/src/com.example.android.elevationdrag/
DragFrameLayout.java 72 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) {
73 super.onViewPositionChanged(changedView, left, top, dx, dy);
77 public int clampViewPositionHorizontal(View child, int left, int dx) {
78 return left;
  /external/android-clat/
checksum.c 36 int left = len; local
39 while(left > 1) {
42 left -= 2;
44 if(left) {
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Operation.java 36 /** The left operand expression.
80 * Set the left and right operand expressions for this operation.
83 * @param l The left expression operand.
109 XObject left = m_left.execute(xctxt, true); local
112 XObject result = operate(left, right);
113 left.detach();
122 * @param left non-null reference to the evaluated left operand.
129 public XObject operate(XObject left, XObject right)
135 /** @return the left operand of binary operation, as an Expression
    [all...]
  /external/autotest/frontend/static/
jsonview.css 55 left: -1em;
100 padding-left: 1em;
  /external/avahi/avahi-core/
prioq.h 38 AvahiPrioQueueNode *left, *right, *parent, *next, *prev; member in struct:AvahiPrioQueueNode
  /external/freetype/include/freetype/
ftpfr.h 110 * left :: Index of the left glyph.
130 FT_UInt left,
  /external/freetype/include/freetype/internal/services/
svpfr.h 41 FT_UInt left,
  /external/guava/guava/src/com/google/common/collect/
ReverseNaturalOrdering.java 33 @Override public int compare(Comparable left, Comparable right) {
34 checkNotNull(left); // right null is caught later
35 if (left == right) {
39 return right.compareTo(left);
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftpfr.h 110 * left :: Index of the left glyph.
130 FT_UInt left,
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/services/
svpfr.h 41 FT_UInt left,
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/shapebuilders/
ArrowShapeBuilder.java 48 Vector3 left = obtainV3().set(up).crs(forward).nor(); local
55 val[Matrix4.M00] = left.x;
58 val[Matrix4.M10] = left.y;
61 val[Matrix4.M20] = left.z;
  /external/opencv3/modules/cudastereo/src/
stereobp.cpp 62 void comp_data_gpu(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream);
83 void compute(InputArray left, InputArray right, OutputArray disparity);
84 void compute(InputArray left, InputArray right, OutputArray disparity, Stream& stream);
160 void StereoBPImpl::compute(InputArray left, InputArray right, OutputArray disparity)
162 compute(left, right, disparity, Stream::Null());
169 typedef void (*comp_data_t)(const PtrStepSzb& left, const PtrStepSzb& right, const PtrStepSzb& data, cudaStream_t stream);
182 GpuMat left = _left.getGpuMat();
185 CV_Assert( left.type() == CV_8UC1 || left.type() == CV_8UC3 || left.type() == CV_8UC4 )
    [all...]
  /external/opencv3/modules/objdetect/src/
HaarStructs.h 14 float left; member in struct:__anon21163
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 38 CLST_Rect() { left = top = right = bottom = 0.0f; }
44 left = other_left;
51 left = rect.left;
59 void Default() { left = top = right = bottom = 0.0f; }
62 left = rect.left;
78 FX_FLOAT Width() const { return right - left; }
86 CPDF_Point LeftTop() const { return CPDF_Point(left, top); }
91 left += point.x
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 15 float left,
21 pBoundingBoxArray->Add(new CPDF_Number(left));
30 float* left,
39 *left = pArray->GetFloat(0);
49 float left,
57 SetBoundingBox(pPage, "MediaBox", left, bottom, right, top);
61 float left,
69 SetBoundingBox(pPage, "CropBox", left, bottom, right, top);
73 float* left,
78 return pPage && GetBoundingBox(pPage, "MediaBox", left, bottom, right, top)
    [all...]
  /external/pdfium/public/
fpdf_text.h 95 // left - Pointer to a double number receiving left position
110 double* left,
190 // left - Pointer to a double value receiving the rectangle
191 // left boundary.
203 double* left,
213 // left - Left boundary.
235 double left,
384 // left - Pointer to a double value receiving the rectangl
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftpfr.h 110 * left :: Index of the left glyph.
130 FT_UInt left,
  /external/pdfium/third_party/freetype/include/freetype/internal/services/
svpfr.h 41 FT_UInt left,
  /external/skia/src/svg/parser/
SkSVGRect.cpp 30 SVG_ADD_ATTRIBUTE_ALIAS(left, x);
  /external/toybox/toys/pending/
vi.c 29 long top, left; member in struct:linestack_show
  /external/webrtc/webrtc/modules/video_render/ios/
open_gles20.h 35 const float left,

Completed in 1509 milliseconds

<<21222324252627282930>>