HomeSort by relevance Sort by last modified time
    Searched defs:mB (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
CellSpanTest.java 32 private View mB;
48 mB = activity.findViewById(R.id.b);
58 assertNotNull(mB);
67 int spanWidth = mA.getMeasuredWidth() + mB.getMeasuredWidth();
74 int spanWidth = mB.getMeasuredWidth() + mC.getMeasuredWidth();
81 int spanWidth = mA.getMeasuredWidth() + mB.getMeasuredWidth() +
  /external/clang/test/SemaCXX/
friend.cpp 60 T4B *mB; // error here
  /frameworks/base/libs/hwui/
SkiaColorFilter.h 122 GLfloat mR, mG, mB, mA;
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTouchListener.java 52 private int mB = INVALID_POINTER;
70 int b = ev.findPointerIndex(mB);
141 if (mB == INVALID_POINTER) {
142 mB = ev.getPointerId(ev.getActionIndex());
148 if (mB == ev.getPointerId(ev.getActionIndex())) {
149 mB = INVALID_POINTER;
154 mA = mB;
156 mB = INVALID_POINTER;
186 if (mManualImageRotation && mB != INVALID_POINTER) {
228 mB = INVALID_POINTER
    [all...]
  /external/sepolicy/tools/
check_seapp.c 369 key_map *mB;
378 mB = &(rmB->m[j]);
381 if (mA->type != mB->type)
384 if (strcmp(mA->name, mB->name))
387 if (strcmp(mA->data, mB->data))
390 if (mB->dir != mA->dir)
392 else if (mB->dir == dir_in) {
  /frameworks/base/graphics/java/android/renderscript/
Mesh.java 565 float mB = 1;
622 mVtxData[mVtxCount++] = mB;
740 mB = b;
  /external/opencv/cv/src/
cvimgwarp.cpp     [all...]

Completed in 660 milliseconds