Searched defs:mB (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/layout/table/
H A DCellSpanTest.java32 private View mB; field in class:CellSpanTest
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() +
/frameworks/support/compat/api26/android/support/v4/app/
H A DNotificationCompatApi26.java34 private Notification.Builder mB; field in class:NotificationCompatApi26.Builder
48 mB = new Notification.Builder(context, channelId)
90 mB.setColorized(colorized);
93 mB.setCustomContentView(contentView);
96 mB.setCustomBigContentView(bigContentView);
99 mB.setCustomHeadsUpContentView(headsUpContentView);
102 mB.addPerson(person);
108 NotificationCompatApi24.addAction(mB, action);
113 return mB;
118 return mB
[all...]
/frameworks/base/rs/java/android/renderscript/
H A DMesh.java570 float mB = 1; field in class:Mesh.TriangleMeshBuilder
627 mVtxData[mVtxCount++] = mB;
745 mB = b;

Completed in 5880 milliseconds