HomeSort by relevance Sort by last modified time
    Searched defs:topLeft (Results 1 - 25 of 41) sorted by null

1 2

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPerspective.java 48 IFolderLayout topLeft =
50 "topLeft", //NON-NLS-1
54 topLeft.addView("org.eclipse.test.internal.performance.results.ui.ComponentsView"); //NON-NLS-1
55 topLeft.addView("org.eclipse.test.internal.performance.results.ui.BuildsView"); //NON-NLS-1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_pic_param_set.h 55 u32 *topLeft;
  /external/eigen/test/
geo_alignedbox.cpp 133 Vector2f topLeft; topLeft << m[0], M[1];
135 VERIFY_IS_APPROX( topLeft, box.corner( BoxType::TopLeft ) );
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
IncludeOverlay.java 79 ControlPoint topLeft = LayoutPoint.create(mCanvas, mask.x, mask.y).toControl();
82 int x1 = topLeft.x;
83 int y1 = topLeft.y;
MarqueeGesture.java 80 LayoutPoint topLeft = ControlPoint.create(mCanvas, x, y).toLayout();
82 mCanvas.getSelectionManager().selectWithin(topLeft, bottomRight, mInitialSelection);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
Quad.java 89 * @param topLeft the top-left of the quad
94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) {
95 PointF dp = new PointF(topRight.x - topLeft.x, topRight.y - topLeft.y);
98 PointF p2 = new PointF(topLeft.x - np.x, topLeft.y + np.y);
100 return new Quad(topLeft, topRight, p2, p3);
147 public PointF topLeft() {
188 PointF topLeft = rotatePoint(topLeft(), center, cosa, sina)
    [all...]
  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/src/android/server/cts/
CrossAppDragAndDropTests.java 158 private String getResizeTaskCommand(int taskId, Point topLeft, Point bottomRight)
160 return AM_RESIZE_TASK + taskId + " " + topLeft.x + " " + topLeft.y + " " + bottomRight.x
226 Point topLeft = new Point(leftSide ? 0 : displaySize.x / 2, 0);
228 executeShellCommand(getResizeTaskCommand(getActivityTaskId(componentName), topLeft,
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 272 final int topLeft = 0;
290 canvas.clipRect(topLeft, topTop, topRight, topBottom);
  /external/skia/src/effects/
SkLightingImageFilter.cpp 434 SkRect topLeft = SkRect::MakeXYWH(0, 0, 1, 1);
445 this->drawRect(renderTargetContext.get(), inputProxy, matrix, clip, topLeft,
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
WindowDecorActionBar.java 772 int topLeft[] = {0, 0};
773 mContainerView.getLocationInWindow(topLeft);
774 startingY -= topLeft[1];
833 int topLeft[] = {0, 0};
834 mContainerView.getLocationInWindow(topLeft);
835 endingY -= topLeft[1];
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
WindowDecorActionBar.java 797 int topLeft[] = {0, 0};
798 mContainerView.getLocationInWindow(topLeft);
799 startingY -= topLeft[1];
846 int topLeft[] = {0, 0};
847 mContainerView.getLocationInWindow(topLeft);
848 endingY -= topLeft[1];
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /prebuilts/tools/common/m2/repository/com/facebook/testing/screenshot/core/0.2.3/
core-0.2.3.jar 
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/current/support/transition/libs/
android-support-transition.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat-nodeps.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 

Completed in 313 milliseconds

1 2