HomeSort by relevance Sort by last modified time
    Searched refs:RIGHT (Results 176 - 200 of 675) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeWizard.java 69 nameLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
WrapInWizard.java 88 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
97 idLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 93 mLink.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateTestPage.java 58 label.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
Perspective.java 57 folder = layout.createFolder("ddms-detail", IPageLayout.RIGHT, 0.5f, //$NON-NLS-1$
  /external/autotest/client/site_tests/firmware_TouchMTB/
firmware_constants.py 234 TFK.RIGHT = KEY_RIGHT
235 TFK.ARROW_KEY_LIST = [TFK.UP, TFK.DOWN, TFK.LEFT, TFK.RIGHT]
  /external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
custom_export_strategy.py 167 generic_tree_model_pb2.BinaryNode.RIGHT)
183 node.default_direction = generic_tree_model_pb2.BinaryNode.RIGHT
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 57 private static final String RIGHT = "right";
92 bindButton(NAV_BAR_RIGHT, MENU_IME_ROTATE, RIGHT);
  /frameworks/base/services/core/java/com/android/server/am/
TaskLaunchParamsModifier.java 105 if (horizontalGravity == Gravity.RIGHT) {
111 if (horizontalGravity == Gravity.RIGHT) {
191 mTmpProposal.set(availableRect.right - width, availableRect.bottom - height,
192 availableRect.right, availableRect.bottom);
207 mTmpProposal.set(availableRect.right - width, availableRect.top,
208 availableRect.right, availableRect.top + height);
262 return start.right > availableRect.right;
264 return start.right > availableRect.right || start.bottom > availableRect.bottom
    [all...]
  /packages/apps/Car/Hvac/src/com/android/car/hvac/
HvacUiService.java 130 protected void onLayout(boolean changed, int left, int top, int right, int bottom) {
288 Gravity.BOTTOM | Gravity.RIGHT);
298 Gravity.BOTTOM | Gravity.RIGHT);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 169 if ((gravity & Gravity.RIGHT) == Gravity.RIGHT) offx -= window.getWidth();
  /external/libxaac/decoder/
ixheaacd_aacdecoder.c 373 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]
375 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]
397 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]->str_ics_info =
612 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]
614 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]
639 aac_dec_handle->pstr_aac_dec_ch_info[RIGHT]->str_ics_info =
    [all...]
  /platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
TvLauncherStrategy.java 203 Direction.RIGHT));
213 select(By.res(getSupportedLauncherPackage(), "button"), Direction.RIGHT,
482 }, Direction.RIGHT);
584 * When the All Apps opens, the focus is always at the top right.
585 * Search from left to right, and down to the next row, from right to left, and
642 * Search from left to right, and down to the next row, from right to left, and
647 Direction direction = Direction.RIGHT;
719 app = selectBidirect(By.copy(favAppSelector).focused(true), Direction.RIGHT);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
GuidelineHandler.java 26 import static com.android.ide.common.api.SegmentType.RIGHT;
98 /** Whether the right edge is being moved/resized */
140 * All vertical segments in the relative layout - left and right edges, and left and
141 * right edges offset by the applicable margins in each direction
161 * pixels to the right since it would be impossible to snap to fit with both; you can
190 * The current match on the right edge, or null if no match or if the right edge is
217 * The amount of margin to add to the right edge, or 0
348 if (margins.right != 0) {
350 RIGHT, WITHOUT_MARGIN))
    [all...]
ConstraintPainter.java 26 import static com.android.ide.common.api.SegmentType.RIGHT;
478 // need to make some adjustments to make sure the arrow points in the right
640 if (targetSegmentTypeX == RIGHT && targetMargins.right > 5) {
641 int sharedX = targetX + targetMargins.right;
671 if (sourceSegmentTypeX == RIGHT) {
694 } else if (targetSegmentTypeX == RIGHT) {
695 sharedX += targetMargins.right;
743 assert targetSegmentTypeX == RIGHT;
745 int margin = targetMargins.right;
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 279 self.radioBg.pack(side=RIGHT, anchor=W)
456 radioStartupShell.pack(side=RIGHT, anchor=W, padx=5, pady=5)
457 radioStartupEdit.pack(side=RIGHT, anchor=W, padx=5, pady=5)
460 radioSaveAuto.pack(side=RIGHT, anchor=W, padx=5, pady=5)
461 radioSaveAsk.pack(side=RIGHT, anchor=W, padx=5, pady=5)
464 entryWinHeight.pack(side=RIGHT, anchor=E, padx=10, pady=5)
465 labelWinHeightTitle.pack(side=RIGHT, anchor=E, pady=5)
466 entryWinWidth.pack(side=RIGHT, anchor=E, padx=10, pady=5)
467 labelWinWidthTitle.pack(side=RIGHT, anchor=E, pady=5)
470 radioEncNone.pack(side=RIGHT, anchor=E, pady=5
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 203 foregroundLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
235 fileLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
268 textLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
276 fontLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
299 // This doesn't work right -- not sure why. For now just use a plain slider
308 mScalingLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
328 mShapeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
352 mThemeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
371 mBgColorLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
380 mFgColorLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1))
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ScaleDrawableTest.java 356 assertEquals(expected.right, mockDrawable.getBounds().right);
363 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight);
367 Gravity.apply(Gravity.BOTTOM | Gravity.RIGHT,
373 assertEquals(expected.right, mockDrawable.getBounds().right);
379 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight);
384 assertEquals(bounds.right, mockDrawable.getBounds().right);
390 mockDrawable, Gravity.BOTTOM | Gravity.RIGHT, scaleWidth, scaleHeight)
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 92 RIGHT,
146 AnalogComplicationWatchFaceService.getComplicationId(ComplicationLocation.RIGHT);
377 // Sets up right complication preview.
393 Log.d(TAG, "Right Complication click()");
396 launchComplicationHelperActivity(currentActivity, ComplicationLocation.RIGHT);
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 92 RIGHT,
146 AnalogComplicationWatchFaceService.getComplicationId(ComplicationLocation.RIGHT);
377 // Sets up right complication preview.
393 Log.d(TAG, "Right Complication click()");
396 launchComplicationHelperActivity(currentActivity, ComplicationLocation.RIGHT);
    [all...]
  /external/python/cpython3/Lib/tkinter/
filedialog.py 75 self.filesbar.pack(side=RIGHT, fill=Y)
78 self.files.pack(side=RIGHT, expand=YES, fill=BOTH)
107 self.cancel_button.pack(side=RIGHT)
  /frameworks/base/core/java/com/android/internal/policy/
PipSnapAlgorithm.java 138 vertPoint.x = velX > 0 ? movementBounds.right : movementBounds.left;
152 ? movementBounds.right - stackBounds.left
208 movementBounds.right + stackBounds.width(),
256 stackBounds.offsetTo(displaySize.x - stableInsets.right - mMinimizedVisibleSize,
283 } else if (tmpBounds.left == movementBounds.right) {
311 stackBounds.offsetTo(movementBounds.right, offset);
329 // Adjust the right/bottom to ensure the stack bounds never goes offscreen
331 movementBoundsOut.right = Math.max(insetBounds.left, insetBounds.right -
394 final int boundedLeft = Math.max(movementBounds.left, Math.min(movementBounds.right,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 177 if (columnMatch.type == SegmentType.RIGHT) {
222 assert columnMatch.type == SegmentType.RIGHT;
321 if (columnMatch.type == SegmentType.RIGHT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceOptionsDialogV1.java 105 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
124 new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
132 lblTraceBufferSize.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/
ComplexMovementPath.java 52 RIGHT,
83 mLocationMapping[RingLocations.RIGHT.ordinal()] =

Completed in 1775 milliseconds

1 2 3 4 5 6 78 91011>>