/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
VerticalGravityTest.java | 36 private View mTop; 52 mTop = activity.findViewById(R.id.cell_top); 62 assertNotNull(mTop); 69 ViewAsserts.assertTopAligned(mReference1, mTop);
|
/packages/apps/Camera/src/com/android/camera/ui/ |
OverlayRenderer.java | 28 protected int mLeft, mTop, mRight, mBottom; 69 mTop = top; 86 return mBottom - mTop;
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
OverlayRenderer.java | 28 protected int mLeft, mTop, mRight, mBottom; 69 mTop = top; 86 return mBottom - mTop;
|
/packages/apps/Mms/src/com/android/mms/model/ |
RegionModel.java | 25 private int mTop; 45 mTop = top; 89 * @return the mTop 92 return mTop; 96 * @param top the mTop to set 99 mTop = top;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/ |
LibraryProperties.java | 59 private Composite mTop; 129 mTop = new Composite(parent, SWT.NONE); 130 mTop.setLayout(new GridLayout(2, false)); 131 mTop.setLayoutData(new GridData(GridData.FILL_BOTH)); 132 mTop.setFont(parent.getFont()); 133 mTop.addDisposeListener(new DisposeListener() { 141 mTable = new Table(mTop, SWT.BORDER | SWT.FULL_SELECTION | SWT.SINGLE); 157 Composite buttons = new Composite(mTop, SWT.NONE);
|
/cts/tests/src/android/view/cts/ |
GestureDetectorStubActivity.java | 46 private Button mTop; 61 mTop = new Button(this); 70 mViewGroup.addView(mTop);
|
/frameworks/av/include/media/stagefright/foundation/ |
AMessage.h | 121 int32_t mLeft, mTop, mRight, mBottom;
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationOverlayItem.java | 33 private int mTop; // in px 107 return mTop; 111 mTop = top;
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixStack.java | 44 Matrix.frustumM(mMatrix, mTop, left, right, bottom, top, near, far); 55 Matrix.setIdentityM(mMatrix, mTop); 59 System.arraycopy(m, offset, mMatrix, mTop, MATRIX_SIZE); 63 m.get(mMatrix, mTop, MATRIX_SIZE); 68 mMatrix[mTop + i] = fixedToFloat(m[offset + i]); 74 mMatrix[mTop + i] = fixedToFloat(m.get()); 79 System.arraycopy(mMatrix, mTop, mTemp, 0, MATRIX_SIZE); 80 Matrix.multiplyMM(mMatrix, mTop, mTemp, 0, m, offset); 104 Matrix.orthoM(mMatrix, mTop, left, right, bottom, top, near, far); 121 System.arraycopy(mMatrix, mTop, mMatrix, mTop + MATRIX_SIZE [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
BasePieView.java | 44 protected int mTop; 138 || (evty < mTop) || (evty >= mTop + mHeight)) {
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKey.java | 75 public int mTop; 121 mTop = (int) (mTopF * skbHeight); 205 return mBottom - mTop; 210 && mTop - MAX_MOVE_TOLERANCE_Y <= y
|
SoftKeyboard.java | 217 keyRow.mTop = (int) (skbCoreHeight * keyRow.mTopF); 311 if (keyRow.mTop > y && keyRow.mBottom <= y) continue; 317 if (sKey.mLeft <= x && sKey.mTop <= y && sKey.mRight > x 332 if (keyRow.mTop > y && keyRow.mBottom <= y) continue; 339 int disy = (sKey.mTop + sKey.mBottom) / 2 - y; 517 int mTop;
|
/sdk/emulator/qtools/ |
check_stack.cpp | 181 int mTop = mStack->top; 182 int eTop = eStack->mTop; 188 for (int ii = 0; ii < mTop; ++ii) { 223 while (mIndex < mTop && mFrames[mIndex]->isNative) { 226 if (mIndex >= mTop) 242 int mTop = mStack->top; 244 for (int ii = 0; ii < mTop; ii++) { 252 int eTop = eStack->mTop; 261 if (mIndex >= mTop || addr != mStack->frames[mIndex]->addr) {
|
callstack.h | 67 int getStackLevel() { return mTop; } 74 int mTop; // index of the next stack frame to write 127 mTop = 0; 218 if (mTop == 0) { 388 if (mTop >= mNumFrames) { 395 fprintf(stderr, "Error: stack overflow (%d frames)\n", mTop); 429 if (mTop > 0 430 && (mFrames[mTop - 1].function->flags & symbol_type::kIsVectorTable)) { 431 retAddr = mFrames[mTop - 1].addr; 452 && mTop > 0) [all...] |
/frameworks/av/include/media/stagefright/ |
MetaData.h | 262 int32_t mLeft, mTop, mRight, mBottom;
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideView.java | 423 mTop = top; 426 public int mTop; 504 int t1 = p1.mTop; 506 int t2 = p2.mTop;
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 286 final int mTop; 326 mTop = offset.y; 380 out.writeInt(mTop);
|
/frameworks/base/core/java/android/view/ |
SurfaceView.java | 159 int mTop = -1; 444 || mLeft != mLocation[0] || mTop != mLocation[1] 451 + " top=" + (mTop != mLocation[1])); 456 mTop = mLocation[1]; 465 mLayout.y = mTop; [all...] |
View.java | [all...] |
/frameworks/base/libs/hwui/ |
DisplayList.h | 357 if (top != mTop) { 358 mTop = top; 359 mHeight = mBottom - mTop; 367 return mTop; 387 mHeight = mBottom - mTop; 399 if (left != mLeft || top != mTop) { 401 mTop = top; 403 mHeight = mBottom - mTop; 411 if (left != mLeft || top != mTop || right != mRight || bottom != mBottom) { 413 mTop = top [all...] |
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 504 top = Math.min(top, params.mTop - params.topMargin); 523 top = Math.min(top, params.mTop - params.topMargin); 586 params.mTop = height - mPaddingBottom - childHeight; 587 params.mBottom = params.mTop + childHeight; 615 params.mTop += verticalOffset; 647 int offset = anchorParams.mTop + anchorBaseline; 652 int height = params.mBottom - params.mTop; 653 params.mTop = offset; 654 params.mBottom = params.mTop + height; 662 if (params.mTop < lp.mTop || (params.mTop == lp.mTop && params.mLeft < lp.mLeft)) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridModel.java | 122 private int[] mTop; 708 mTop = new int[ys.length]; 713 mTop[i] = ys[i] + layoutBoundsY; 749 mTop = new int[actualRowCount + 1]; 751 mTop[i] = UNDEFINED; 753 mTop[0] = layoutBounds.y; 754 mTop[actualRowCount] = layoutBounds.y2(); 769 if (mTop[row] == UNDEFINED) { 770 mTop[row] = bounds.y; 772 mTop[row] = Math.min(bounds.y, mTop[row]) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
RelativeLayoutConversionHelper.java | [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
CameraHal.h | 137 size_t weight) : mTop(top), 152 return ( ( 0 != mTop ) || ( 0 != mLeft ) || ( 0 != mBottom ) || ( 0 != mRight) ); 157 return ( (0 == mTop ) && ( 0 == mLeft ) && ( 0 == mBottom ) 188 ssize_t mTop; [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupTest.java | [all...] |