HomeSort by relevance Sort by last modified time
    Searched refs:outRect (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/base/core/java/android/view/
Gravity.java 135 * @param outRect Receives the computed frame of the object in its
138 public static void apply(int gravity, int w, int h, Rect container, Rect outRect) {
139 apply(gravity, w, h, container, 0, 0, outRect);
152 * @param outRect Receives the computed frame of the object in its
160 Rect outRect, int layoutDirection) {
162 apply(absGravity, w, h, container, 0, 0, outRect);
183 * @param outRect Receives the computed frame of the object in its
187 int xAdj, int yAdj, Rect outRect) {
190 outRect.left = container.left
192 outRect.right = outRect.left + w
    [all...]
Display.java 506 public void getOverscanInsets(Rect outRect) {
509 outRect.set(mDisplayInfo.overscanLeft, mDisplayInfo.overscanTop,
ViewDebug.java 640 Rect outRect = new Rect();
642 root.mAttachInfo.mSession.getDisplayFrame(root.mAttachInfo.mWindow, outRect);
647 clientStream.writeInt(outRect.width());
648 clientStream.writeInt(outRect.height());
    [all...]
View.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
BitmapUtils.java 25 * parameters. The output rectangle to use is written in the given outRect.
52 * @param outRect a Rect to write the resulting crop coordinates into
56 final boolean absoluteFrac, final float verticalMultiplier, final Rect outRect) {
76 outRect.left = (srcW - srcCroppedW) / 2;
77 outRect.right = outRect.left + srcCroppedW;
89 outRect.top = centerV - srcCroppedH / 2;
90 outRect.bottom = outRect.top + srcCroppedH;
  /frameworks/support/v4/jellybean-mr1/android/support/v4/view/
GravityCompatJellybeanMr1.java 29 public static void apply(int gravity, int w, int h, Rect container, Rect outRect,
31 Gravity.apply(gravity, w, h, container, outRect, layoutDirection);
35 Rect outRect, int layoutDirection) {
36 Gravity.apply(gravity, w, h, container, xAdj, yAdj, outRect, layoutDirection);
  /frameworks/support/v4/java/android/support/v4/view/
GravityCompat.java 30 void apply(int gravity, int w, int h, Rect container, Rect outRect, int layoutDirection);
32 Rect outRect, int layoutDirection);
44 public void apply(int gravity, int w, int h, Rect container, Rect outRect,
46 Gravity.apply(gravity, w, h, container, outRect);
51 Rect outRect, int layoutDirection) {
52 Gravity.apply(gravity, w, h, container, xAdj, yAdj, outRect);
69 public void apply(int gravity, int w, int h, Rect container, Rect outRect,
71 GravityCompatJellybeanMr1.apply(gravity, w, h, container, outRect, layoutDirection);
76 Rect outRect, int layoutDirection) {
77 GravityCompatJellybeanMr1.apply(gravity, w, h, container, xAdj, yAdj, outRect,
    [all...]
ViewPager.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 113 public void getHitRectRelativeToDragLayer(android.graphics.Rect outRect) {
114 super.getHitRect(outRect);
115 outRect.bottom += mBottomDragPadding;
119 outRect.offsetTo(coords[0], coords[1]);
DropTarget.java 161 void getHitRectRelativeToDragLayer(Rect outRect);
Folder.java     [all...]
  /frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java 67 public void getOverscanLocked(String name, Rect outRect) {
70 outRect.left = entry.overscanLeft;
71 outRect.top = entry.overscanTop;
72 outRect.right = entry.overscanRight;
73 outRect.bottom = entry.overscanBottom;
75 outRect.set(0, 0, 0, 0);
  /packages/apps/Launcher2/src/com/android/launcher2/
ButtonDropTarget.java 115 public void getHitRect(android.graphics.Rect outRect) {
116 super.getHitRect(outRect);
117 outRect.bottom += mBottomDragPadding;
DropTarget.java 180 void getHitRect(Rect outRect);
Workspace.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 350 Rect outRect = new Rect();
359 mockView.getHitRect(outRect);
360 assertEquals(0, outRect.left);
361 assertEquals(0, outRect.top);
362 assertEquals(mockView.getWidth(), outRect.right);
363 assertEquals(mockView.getHeight(), outRect.bottom);
497 Rect outRect = new Rect();
499 view.getDrawingRect(outRect);
500 assertEquals(0, outRect.left);
501 assertEquals(0, outRect.top)
    [all...]
GravityTest.java 44 private void applyGravity(int gravity, int w, int h, Rect container, Rect outRect, boolean bRtl) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageStraighten.java 185 public static void getUntranslatedStraightenCropBounds(RectF outRect, float straightenAngle) {
193 double rw = outRect.width();
194 double rh = outRect.height();
203 outRect.set(left, top, right, bottom);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) {
603 outRect.set(left, top, right, bottom);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) {
603 outRect.set(left, top, right, bottom);
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) {
603 outRect.set(left, top, right, bottom);
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 

Completed in 296 milliseconds

1 2