HomeSort by relevance Sort by last modified time
    Searched refs:CENTER (Results 251 - 275 of 360) sorted by null

<<1112131415

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 221 mainPanel.add(deviceSelector = buildDeviceSelector(), BorderLayout.CENTER);
623 mainPanel.add(mainSplitter, BorderLayout.CENTER);
649 mainPanel.add(pixelPerfectPanel, BorderLayout.CENTER);
721 mainPanel.add(buildGraphPanel(), BorderLayout.CENTER);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
ClipDrawableTest.java 135 bmpDrawable.setGravity(Gravity.CENTER);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 167 copyImgView.setScaleType(ImageView.ScaleType.CENTER);
  /external/chromium/chrome/browser/chromeos/options/
vpn_config_view.cc 293 column_set->AddColumn(views::GridLayout::CENTER, views::GridLayout::FILL, 1,
  /external/chromium_org/ash/shell/
window_type_launcher.cc 250 views::GridLayout::CENTER,
  /external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.cc 267 columns->AddColumn(views::GridLayout::FILL, views::GridLayout::CENTER, 1,
speech_recognition_bubble_views.cc 156 icon_->SetHorizontalAlignment(views::ImageView::CENTER);
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.cpp 214 // Table headers with a text-align of -webkit-auto will change the text-align to center.
216 style->setTextAlign(CENTER);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GLTextureViewActivity.java 87 Gravity.CENTER));
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 97 mPaint.setTextAlign(Align.CENTER);
186 // a slightly higher center. To keep the entire view centered vertically, we'll
  /frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
PhotoViewFragment.java 385 mPhotoPreviewImage.setScaleType(ImageView.ScaleType.CENTER);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmTimelineView.java 284 mPaint.setTextAlign(Align.CENTER);
  /packages/apps/Mms/src/com/android/mms/ui/
SlideView.java 487 mViewPort.setGravity(Gravity.CENTER);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLTraceOptionsDialog.java 319 gd.verticalAlignment = SWT.CENTER;
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 528 p.setTextAlign(Align.CENTER);
529 assertEquals(Align.CENTER, p.getTextAlign());
  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_view.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 506 column_set->AddColumn(views::GridLayout::CENTER, views::GridLayout::CENTER, 0,
    [all...]
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_install_dialog_view.cc 392 icon->SetHorizontalAlignment(views::ImageView::CENTER);
393 icon->SetVerticalAlignment(views::ImageView::CENTER);
  /external/chromium_org/ui/message_center/views/
notification_view.cc 170 // ProportionalImageViews center their images to preserve their proportion.
528 icon_view->SetHorizontalAlignment(views::ImageView::CENTER);
529 icon_view->SetVerticalAlignment(views::ImageView::CENTER);
  /frameworks/base/core/java/android/widget/
CalendarView.java 922 * @param center Whether to center the current date even if it is already visible.
930 public void setDate(long date, boolean animate, boolean center) {
935 goTo(mTempDate, animate, true, center);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 194 tab.setScaleType(ScaleType.CENTER);
209 target.setScaleType(ScaleType.CENTER);
727 // Center the widgets in the view
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Paint.java 87 Align.LEFT, Align.CENTER, Align.RIGHT
368 * The stroke projects out as a semicircle, with the center at the
373 * The stroke projects out as a square, with the center at the end
420 CENTER (1),
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 614 if (stf == ScaleToFit.CENTER.nativeInt || stf == ScaleToFit.END.nativeInt) {
623 if (stf == ScaleToFit.CENTER.nativeInt) {
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 709 * Configures the bounds of the photo. The photo will always be scaled to fit center.
771 mMatrix.setRectToRect(mTempSrc, scaledDestination, Matrix.ScaleToFit.CENTER);
773 mMatrix.setRectToRect(mTempSrc, mTempDst, Matrix.ScaleToFit.CENTER);
821 * @param centerX the center horizontal point around which to scale
822 * @param centerY the center vertical point around which to scale
922 // Image is narrower than view; translate to the center of the view
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
PrintJobConfigActivity.java     [all...]

Completed in 1610 milliseconds

<<1112131415