HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 1001 - 1025 of 5192) sorted by null

<<41424344454647484950>>

  /external/chromium_org/ui/gfx/
screen_ios.mm 63 // Returns the display that most closely intersects the provided bounds.
74 gfx::Display display(0, gfx::Rect(mainScreen.bounds));
  /external/chromium_org/ui/message_center/views/
toast_contents_view.cc 125 if (new_bounds == bounds())
135 if (new_bounds == bounds())
142 // This picks up the current bounds, so if there was a previous animation
353 gfx::Rect ToastContentsView::GetClosedToastBounds(gfx::Rect bounds) {
354 return gfx::Rect(bounds.x() + bounds.width() - kClosedToastWidth,
355 bounds.y(),
357 bounds.height());
  /external/chromium_org/ui/views/controls/table/
table_view.h 232 // Returns the bounds of the specified row.
235 // Returns the bounds of the specified cell. |visible_column_index| indexes
239 // Adjusts |bounds| based on where the text should be painted. |bounds| comes
243 gfx::Rect* bounds) const;
252 // |bounds| is in terms of |this|.
253 PaintRegion GetPaintRegion(const gfx::Rect& bounds) const;
255 // Returns the bounds that need to be painted based on the clip set on
  /external/chromium_org/ui/views/corewm/
tooltip_aura.h 43 // Adjusts the bounds given by the arguments to fit inside the desktop
44 // and applies the adjusted bounds to the label_.
  /external/clang/test/Sema/
128bitint.c 29 __attribute__(( pointer_with_type_tag(mpi,0x10000000000000001i128,1) )); // expected-error {{attribute parameter 2 is out of bounds}}
32 __attribute__(( pointer_with_type_tag(mpi,1,0x10000000000000001i128) )); // expected-error {{attribute parameter 3 is out of bounds}}
  /external/libcap-ng/libcap-ng-0.7/src/
cap-ng.c 138 __u32 bounds[2]; member in struct:cap_ng
186 memset(m.bounds, 0, sizeof(m.bounds));
215 for (i=0; i<sizeof(m.bounds)/sizeof(__u32); i++)
216 m.bounds[i] = 0xFFFFFFFFU;
253 sscanf(buf, "CapBnd: %08x%08x", &m.bounds[1], &m.bounds[0]);
392 m.bounds[idx] |= MASK(capability);
394 m.bounds[idx] &= ~(MASK(capability));
720 if (m.bounds[0] == 0
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.h 69 float *bounds/*x/y/width/height*/);
71 float *bounds/*x/y/width/height*/);
  /external/qemu/android/skin/
region.h 38 extern void skin_region_get_bounds( SkinRegion* r, SkinRect* bounds );
92 SkinRect bounds; member in struct:SkinRegion
  /external/skia/include/effects/
Sk2DPathEffect.h 29 uv parameter bounds for the path. Subsequent calls to
30 next() will receive u and v values within these bounds,
  /external/skia/src/core/
SkBBoxHierarchy.h 46 * @param bounds The bounding box, should not be empty
52 virtual void insert(void* data, const SkIRect& bounds, bool defer = false) = 0;
SkDeviceLooper.h 28 * at all, and if not (i.e. the specified bounds and base bitmap area already
34 const SkIRect& bounds, bool aa);
  /external/srec/portable/include/
ArrayList.h 81 * ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
118 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
129 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
148 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index (used internally) is out of bounds
221 * ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
258 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
269 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index is out of bounds
278 * @return ESR_INVALID_ARGUMENT if self is null; ESR_ARGUMENT_OUT_OF_BOUNDS if index (used internally) is out of bounds
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 55 /** Temporary rectangle used for computing line bounds. */
303 final RectF bounds = mLineBounds; local
313 bounds.left = layout.getLineLeft(i) -innerPaddingX;
314 bounds.right = layout.getLineRight(i) + innerPaddingX;
315 bounds.top = previousBottom;
316 bounds.bottom = layout.getLineBottom(i);
317 previousBottom = bounds.bottom;
319 c.drawRoundRect(bounds, cornerRadius, cornerRadius, paint);
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 50 /** For comparison with DisplayContent bounds. */
84 // TODO: remove bounds from log, they are always 0.
118 boolean setBounds(Rect bounds) {
122 mFullscreen = mTmpRect.equals(bounds);
125 if (mBounds.equals(bounds) && oldFullscreen == mFullscreen) {
129 mDimLayer.setBounds(bounds);
130 mAnimationBackgroundSurface.setBounds(bounds);
131 mBounds.set(bounds);
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
ProjectionActivity.java 20 * This view doesn't clip to its bounds (because its parent has clipChildren=false) so that
21 * when it is projected onto the ProjecteeLayout, it draws outside its view bounds.
  /frameworks/support/v4/java/android/support/v4/graphics/drawable/
RoundedBitmapDrawableFactory.java 56 Rect bounds, Rect outRect) {
58 bounds, outRect, ViewCompat.LAYOUT_DIRECTION_LTR);
  /frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
RoundRectDrawableWithShadow.java 118 protected void onBoundsChange(Rect bounds) {
119 super.onBoundsChange(bounds);
289 private void buildComponents(Rect bounds) {
294 mCardBounds.set(bounds.left + mMaxShadowSize, bounds.top + verticalOffset,
295 bounds.right - mMaxShadowSize, bounds.bottom - verticalOffset);
336 void drawRoundRect(Canvas canvas, RectF bounds, float cornerRadius, Paint paint);
  /frameworks/support/v7/gridlayout/res/values/
attrs.xml 50 Align the bounds of the children.
89 sides of this view. This space is outside this view's bounds.
94 This space is outside this view's bounds.
99 This space is outside this view's bounds.
104 This space is outside this view's bounds.
109 This space is outside this view's bounds.
174 the child clipped to its container's bounds.
181 the child clipped to its container's bounds.
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterBorder.java 57 Rect bounds = new Rect(0, 0, (int) (w * scale1), (int) (h * scale1)); local
61 drawable.setBounds(bounds);
  /prebuilts/sdk/current/support/v7/gridlayout/res/values/
attrs.xml 50 Align the bounds of the children.
89 sides of this view. This space is outside this view's bounds.
94 This space is outside this view's bounds.
99 This space is outside this view's bounds.
104 This space is outside this view's bounds.
109 This space is outside this view's bounds.
174 the child clipped to its container's bounds.
181 the child clipped to its container's bounds.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/grid/
GridModelTest.java 48 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
68 .bounds(new Rect(0, 0, 240, 480)).set(ANDROID_URI, ATTR_COLUMN_COUNT, "3");
180 // Assign some bounds such that the model makes sense when merging spacer sizes
182 button1.bounds(new Rect(90, 10, 100, 40));
183 textView1.bounds(new Rect(200, 10, 100, 40));
184 wspace1.bounds(new Rect(0, 0, 90, 1));
185 wspace1.bounds(new Rect(190, 0, 10, 1));
186 hspace1.bounds(new Rect(0, 0, 1, 10));
317 // Assign some bounds such that the model makes sense when merging spacer sizes
319 button1.bounds(new Rect(0, 0, 100, 40))
    [all...]
  /frameworks/base/docs/image_sources/training/game-controllers/
game-controller-profiles.graffle 16 <key>Bounds</key>
811 <key>Bounds</key>
864 <key>Bounds</key>
935 <key>Bounds</key>
988 <key>Bounds</key>
1059 <key>Bounds</key>
1108 <key>Bounds</key>
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash_unittest.cc 59 return native_window_->bounds();
83 const gfx::Rect& bounds,
85 if (!bounds.IsEmpty())
86 window->SetBounds(bounds);
104 // where the default window bounds calculation is invoked.
221 // bounds of an existing window of the same type.
572 gfx::Rect(), // The (persisted) bounds.
578 gfx::Rect(), // Don't request valid bounds.
589 gfx::Rect(50, 100, 300, 150), // The (persisted) bounds.
595 gfx::Rect(), // Don't request valid bounds
906 gfx::Rect bounds; local
912 &bounds, local
920 gfx::Rect bounds; local
926 &bounds, local
    [all...]
  /frameworks/base/libs/hwui/
PathTessellator.cpp 165 * Outset the bounds of point data (for line endpoints or points) to account for stroke
168 * bounds are in pre-scaled space.
170 void expandBoundsForStroke(Rect* bounds) const {
173 bounds->outset(fabs(inverseScaleX) * (0.5f + Vertex::GeometryFudgeFactor()),
177 bounds->outset(halfStrokeWidth + fabs(inverseScaleX) * Vertex::GeometryFudgeFactor(),
737 SkRect bounds = path.getBounds(); local
738 if (!bounds.isEmpty()) {
739 threshInvScaleX *= bounds.width() / (bounds.width() + paint->getStrokeWidth());
740 threshInvScaleY *= bounds.height() / (bounds.height() + paint->getStrokeWidth())
871 Rect bounds; local
    [all...]
  /external/chromium_org/ash/shelf/
shelf_button.cc 149 void SetBarBoundsRect(const gfx::Rect& bounds) {
150 base_bounds_ = bounds;
167 gfx::Rect bounds = base_bounds_; local
176 bounds.set_width(base_bounds_.width() * scale);
177 int x_offset = (base_bounds_.width() - bounds.width()) / 2;
178 bounds.set_x(base_bounds_.x() + x_offset);
180 bounds.set_height(base_bounds_.height() * scale);
181 int y_offset = (base_bounds_.height() - bounds.height()) / 2;
182 bounds.set_y(base_bounds_.y() + y_offset);
185 SetBoundsRect(bounds);
    [all...]

Completed in 388 milliseconds

<<41424344454647484950>>