HomeSort by relevance Sort by last modified time
    Searched refs:LEFT (Results 51 - 75 of 147) sorted by null

1 23 4 5 6

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java     [all...]
DevicePanel.java 326 TableHelper.createTreeColumn(mTree, "Name", SWT.LEFT,
329 TableHelper.createTreeColumn(mTree, "", SWT.LEFT, //$NON-NLS-1$
340 TableHelper.createTreeColumn(mTree, "", SWT.LEFT, //$NON-NLS-1$
ThreadPanel.java 230 SWT.LEFT,
251 SWT.LEFT,
323 data.left = new FormAttachment(0, 0);
333 sashData.left = new FormAttachment(0, 0);
340 data.left = new FormAttachment(0, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 101 createTreeColumn(mTree, "Resources", SWT.LEFT,
103 createTreeColumn(mTree, "Info", SWT.LEFT,
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
LocalPackagesPage.java 132 mPlaceholder1.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
145 mPlaceholder2.setLayoutData(new GridData(SWT.LEFT, SWT.CENTER, true, false, 1, 1));
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventDisplayOptions.java 62 /* LEFT LIST */
155 // get the center new top left.
192 // create the tree on the left and the controls on the right.
363 mDisplayWidthText = new Text(sizeGroup, SWT.LEFT | SWT.SINGLE | SWT.BORDER);
382 mDisplayHeightText = new Text(sizeGroup, SWT.LEFT | SWT.SINGLE | SWT.BORDER);
407 Label nameLabel = new Label(mInfoGroup, SWT.LEFT);
410 mDisplayNameText = new Text(mInfoGroup, SWT.BORDER | SWT.LEFT | SWT.SINGLE);
429 Label displayLabel = new Label(mInfoGroup, SWT.LEFT);
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java 85 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
94 private int mGravity = Gravity.LEFT | Gravity.TOP;
    [all...]
FrameLayout.java 36 * children are pegged to the top left of the screen.
122 foregroundGravity |= Gravity.LEFT;
135 mForegroundPaddingLeft = padding.left;
212 mForegroundPaddingLeft = padding.left;
279 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
283 final int parentRight = right - left - mPaddingRight - mForegroundPaddingRight;
308 case Gravity.LEFT:
PopupWindow.java 739 * <code>Gravity.LEFT | Gravity.TOP</code>.
762 gravity = Gravity.TOP | Gravity.LEFT;
771 * <p>Display the content view in a popup window anchored to the bottom-left
774 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
775 * corner of the popup is pinned at the top left corner of the anchor view.</p>
786 * <p>Display the content view in a popup window anchored to the bottom-left
790 * view to scroll. If no parent scroll view can be scrolled, the bottom-left
791 * corner of the popup is pinned at the top left corner of the anchor view.</p>
919 // we want a fixed size view located at the bottom left of the anchor
921 // these gravity settings put the view at the top left corner of th
    [all...]
  /external/webkit/WebKit/android/nav/
CachedFrame.cpp 54 int left, top, width, height; local
61 left = prior.x();
63 if (left > testLeft)
64 left = testLeft;
69 width = right - left;
71 left = direction == LEFT ? bestRect.right() : prior.right();
72 int right = direction == LEFT ? prior.x() : bestRect.x();
73 width = right - left;
86 *result = WebCore::IntRect(left, top, width, height)
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 114 this.gravity = Gravity.TOP | Gravity.LEFT;
131 textView.setGravity(Gravity.CENTER_VERTICAL | Gravity.LEFT);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringInputPage.java 142 mStringValueField = new Text(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER);
169 mStringIdCombo = new Combo(group, SWT.SINGLE | SWT.LEFT | SWT.BORDER | SWT.DROP_DOWN);
  /cts/tests/src/android/widget/cts/util/
ListItemFactory.java 35 * The filler is sized to take up any space left over within desiredHeight.
78 Left,
101 boolean left = false;
106 case Left:
107 left = true;
118 if (left) {
120 button.setText("left");
249 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL);
  /external/webkit/WebCore/rendering/style/
RenderStyleConstants.h 305 TAAUTO, LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER
  /external/webkit/WebKit/haiku/WebCoreSupport/
EditorClientHaiku.cpp 268 SelectionController::LEFT,
  /frameworks/base/core/java/com/android/internal/view/menu/
IconMenuItemView.java 234 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
235 super.onLayout(changed, left, top, right, bottom);
280 Gravity.apply(Gravity.CENTER_VERTICAL | Gravity.LEFT, mIcon.getIntrinsicWidth(), mIcon
  /frameworks/base/core/tests/coretests/src/android/util/
ListItemFactory.java 35 * The filler is sized to take up any space left over within desiredHeight.
78 Left,
101 boolean left = false;
106 case Left:
107 left = true;
118 if (left) {
120 button.setText("left");
250 t1.setGravity(Gravity.LEFT | Gravity.CENTER_VERTICAL);
  /frameworks/base/graphics/java/android/graphics/drawable/
ClipDrawable.java 86 int g = a.getInt(com.android.internal.R.styleable.ClipDrawable_gravity, Gravity.LEFT);
ScaleDrawable.java 97 int g = a.getInt(com.android.internal.R.styleable.ScaleDrawable_scaleGravity, Gravity.LEFT);
223 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
  /frameworks/base/media/libmedia/
AudioTrack.cpp 206 mVolume[LEFT] = 1.0f;
438 status_t AudioTrack::setVolume(float left, float right)
440 if (left > 1.0f || right > 1.0f) {
444 mVolume[LEFT] = left;
448 mCblk->volumeLR = (uint32_t(uint16_t(right * 0x1000)) << 16) | uint16_t(left * 0x1000);
453 void AudioTrack::getVolume(float* left, float* right)
455 if (left != NULL) {
456 *left = mVolume[LEFT];
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
PopupWindow.java 79 Math.max(0, width - p.left - p.right
94 + p.left + p.right + mAnchor.getWidth() - mAnchorOffset,
100 boolean change, int left, int top, int right, int bottom) {
103 view.layout(p.left, p.top,
220 mRotatePane.setOrientation(RotatePane.LEFT);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Tutorial.java 79 this.gravity = Gravity.TOP | Gravity.LEFT;
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogPanel.java 952 TableColumn col = TableHelper.createTableColumn(t, "Time", SWT.LEFT,
966 col = TableHelper.createTableColumn(t, "pid", SWT.LEFT,
973 col = TableHelper.createTableColumn(t, "tag", SWT.LEFT,
980 col = TableHelper.createTableColumn(t, "Message", SWT.LEFT,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
SectionHelper.java 244 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiListAttributeNode.java 72 label.setLayoutData(new TableWrapData(TableWrapData.LEFT, TableWrapData.MIDDLE));

Completed in 680 milliseconds

1 23 4 5 6