/external/chromium_org/cc/resources/ |
picture_layer_tiling.cc | 289 // Iteration happens left->right, top->bottom. Running off the bottom-right 665 enum { BOTTOM, TOP, LEFT, RIGHT } edge; 748 { EdgeEvent::TOP, &num_y_edges, bounding_rect.bottom() - rect.bottom() }, 780 case EdgeEvent::TOP:
|
/external/javassist/src/main/javassist/bytecode/ |
StackMapTable.java | 96 public static final int TOP = 0; 233 int top = pos; local 249 sameLocals(top, offset, tag, data); 515 localTags2[index + 1] = TOP; 754 case TOP : 755 msg = "top";
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
Type.java | 84 public static final Type TOP = new Type(null, true); 159 return clazz == CtClass.doubleType || clazz == CtClass.longType || this == TOP ? 2 : 1; 587 if (this == TOP) 588 return "TOP";
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_deblocking.c | 133 u32 top; member in struct:__anon32575 137 enum { TOP = 0, LEFT = 1, INNER = 2 }; 390 top-most edge of a macroblock. Macroblock types are checked 420 top-most edge of a macroblock. Macroblock types are checked 563 mb pointer to macroblock data structure of the top-left [all...] |
/dalvik/dx/src/com/android/dx/ssa/ |
EscapeAnalysis.java | 88 * TOP - Used for objects that haven't been analyzed yet 96 TOP, NONE, METHOD, INTER, GLOBAL [all...] |
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
EscapeAnalysis.java | 89 * TOP - Used for objects that haven't been analyzed yet 97 TOP, NONE, METHOD, INTER, GLOBAL [all...] |
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 141 // with top at 0 and bottom at whatever is natural, and 160 start[TOP] = 0; 164 start[TOP] = desc - asc; 318 mInts.adjustValuesBelow(startline, TOP, startv - endv + ht); 338 int top = reflowed.getLineTop(i) + startv; local 340 top -= toppad; 341 ints[TOP] = top; 592 return mInts.getValue(line, TOP); 735 private static final int TOP = 1 [all...] |
StaticLayout.java | 204 // and start from the top of the span, not the top of the 284 int fmTop = fm.top; 384 int above, below, top, bottom; local 391 top = okTop; 398 top = fitTop; 405 top = fm.top; 411 above, below, top, bottom, 447 fitTop = fm.top; 850 int top = mLines[mColumns * line + TOP]; local [all...] |
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
PinnedHeaderListView.java | 34 * A ListView that maintains a header pinned at the top of the list. The 73 private static final int TOP = 0; 196 // Disable vertical fading at the top when the pinned header is present 209 * Ensures that the selected item is positioned below the top-pinned headers 222 if (header.state == TOP) { 258 * Set header to be pinned at the top. 269 header.state = TOP; 271 // TODO perhaps we should animate at the top as well 308 * Set header to be pinned at the top of the first visible item. 325 int top = getTotalTopPinnedHeaderHeight() local 483 int top = 0; local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppWidgetResizeFrame.java | 70 public static final int TOP = 1; 111 Gravity.CENTER_HORIZONTAL | Gravity.TOP); 123 mWidgetPaddingTop = p.top; 343 widgetView.updateAppWidgetSize(null, mTmpRect.left, mTmpRect.top, 357 int cellHeight = landMetrics.top; 365 cellHeight = portMetrics.top; 419 // In this case we shift the touch region down to start at the top of the DragLayer
|
Workspace.java | 180 enum WallpaperVerticalOffset { TOP, MIDDLE, BOTTOM }; [all...] |
CellLayout.java | 410 r.top = (int) (r.top * scale + 0.5f); 888 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap); local 921 int top = getPaddingTop(); local 1232 int top = topLeft[1]; local 1655 int top = cs.y; local 1941 int top = boundingRect.top; local [all...] |
/packages/apps/Launcher3/src/com/android/launcher3/ |
AppWidgetResizeFrame.java | 68 public static final int TOP = 1; 108 Gravity.CENTER_HORIZONTAL | Gravity.TOP); 120 mWidgetPaddingTop = p.top; 340 widgetView.updateAppWidgetSize(null, mTmpRect.left, mTmpRect.top, 354 int cellHeight = landMetrics.top; 362 cellHeight = portMetrics.top; 415 // In this case we shift the touch region down to start at the top of the DragLayer
|
CellLayout.java | 459 int top = getPaddingTop(); local 462 mPressedOrFocusedIcon.getTop() + top - padding, 887 final int top = vStartPadding + cellY * (mCellHeight + mHeightGap); local 920 int top = getPaddingTop(); local 1014 int top = getPaddingTop(); local 1218 int top = topLeft[1]; local 1643 int top = cs.y; local 1929 int top = boundingRect.top; local [all...] |
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerActivity.java | 632 private static final int TOP = 2; // beep constant energy detected 692 if (false) Log.d(TAG, "start TOP: " + count +" time: "+ (((1000*count)/2)/mSampleRate)); 696 state = TOP; 699 case TOP: 702 if (false) Log.d(TAG, "end TOP: " + count +" time: "+ (((1000*count)/2)/mSampleRate)); [all...] |
/frameworks/base/core/java/android/widget/ |
FastScroller.java | 153 /** The number of headers at the top of the view. */ 437 mPreviewImage.setPadding(padding.left, padding.top, padding.right, padding.bottom); 528 bounds.top -= mPreviewImage.getPaddingTop(); 545 view.layout(bounds.left, bounds.top, bounds.right, bounds.bottom); 561 margins.top = mPreviewImage.getPaddingTop(); 593 marginTop = margins.top; 626 final int top = marginTop; local 627 final int bottom = top + view.getMeasuredHeight(); 628 out.set(left, top, right, bottom); 641 marginTop = margins.top; 655 final int top = containerHeight \/ 10 + marginTop + container.top; local 721 final int top = container.top + thumbHalfHeight; local 1105 final int top = container.top; local 1134 final int top = container.top; local 1417 final float top = mThumbImage.getTop() + offset; local 1532 final PropertyValuesHolder top = PropertyValuesHolder.ofInt(TOP, bounds.top); local [all...] |
GridLayout.java | 194 * {@link android.view.View#getTop() top}, 200 * children that belong to a row group that uses {@link #TOP} alignment will 215 * the quantity {@code top - layoutParams.topMargin} is the same for all children that 216 * belong to a row group that uses {@link #TOP} alignment. 629 return horizontal ? LEFT : TOP; 910 int top = getPaddingTop() + insets.top; local [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 194 * {@link android.view.View#getTop() top}, 200 * children that belong to a row group that uses {@link #TOP} alignment will 215 * the quantity {@code top - layoutParams.topMargin} is the same for all children that 216 * belong to a row group that uses {@link #TOP} alignment. 625 return horizontal ? LEFT : TOP; [all...] |
/hardware/ti/omap4xxx/camera/inc/ |
CameraHal.h | 133 CameraArea(ssize_t top, 137 size_t weight) : mTop(top), 145 size_t &top, 172 static status_t checkArea(ssize_t top, 181 static const ssize_t TOP = -1000; 218 static const ssize_t TOP = -1000; 362 ssize_t top; member in struct:android::CameraHalEvent::FaceData_t [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
TextViewTest.java | 282 assertEquals(Gravity.TOP | Gravity.START, mTextView.getGravity()); 288 assertEquals(Gravity.TOP | Gravity.RIGHT, mTextView.getGravity()); 307 assertEquals(Gravity.TOP | Gravity.START, mTextView.getGravity()); 310 assertEquals(Gravity.TOP | Gravity.RIGHT, mTextView.getGravity()); 2146 final Drawable top = getDrawable(R.drawable.red); local 2183 final Drawable top = getDrawable(R.drawable.red); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyleConstants.h | 138 TEXT_BOTTOM, TOP, BOTTOM, BASELINE_MIDDLE, LENGTH
|
/external/chromium_org/chrome/third_party/chromevox/ |
chromeVoxChromePageScript.js | [all...] |
/external/robolectric/lib/main/ |
maps_v16.jar | |
/prebuilts/devtools/tools/lib/ |
asm-4.0.jar | |
/prebuilts/misc/common/asm/ |
asm-4.0.jar | |