Home | History | Annotate | Download | only in views

Lines Matching full:bounds

92 //   The View contains basic properties for sizing (bounds), layout (flex,
217 // bounds is (0, 0, 100, 100) and it is scaled by 0.5 along the X axis, the
222 void SetBoundsRect(const gfx::Rect& bounds);
229 const gfx::Rect& bounds() const { return bounds_; }
236 // Returns the bounds of the content area of the view, i.e. the rectangle
240 // Returns the bounds of the view in its own coordinates (i.e. position is
244 // Returns the bounds of the layer in its own pixel coordinates.
251 // Returns the visible bounds of the receiver in the receivers coordinate
254 // When traversing the View hierarchy in order to compute the bounds, the
257 // of the visible bounds if need be.
260 // Return the bounds of the View in screen coordinate system.
304 // This indicates that the view completely fills its bounds in an opaque
317 // Clipping parameters. Clipping is done relative to the view bounds.
333 // Methods for accessing the bounds and position of the view, relative to its
339 // bounds() accessor instead.
346 // the View's UI layout is not right-to-left, then bounds.x() is returned.
359 // a View with the bounds {0, 0, 100, 100} and a right-to-left layout:
371 // a View with the bounds {0, 0, 100, 100} and a right-to-left layout:
379 // Lay out the child Views (set their bounds based on sizing heuristics
385 // next call to Layout() will propagate to this view, even if the bounds of
494 // Mark all or part of the View's bounds as dirty (needing repaint).
601 // Tests whether |rect| intersects this view's bounds.
977 // to scroll relative to the visible bounds of the view. For example, a
1022 // Override to be notified when the bounds of the view have changed.
1039 // bounds relative to the root view may have changed. Only used by
1043 // Notification that this View's visible bounds relative to the root view may
1044 // have changed. The visible bounds are the region of the View not clipped by
1089 // Override to provide rendering in any part of the View's bounds. Typically
1120 // bounds is set based on |point|. If this view does not have a layer, then
1126 // Called to update the bounds of any child layers within this View's
1153 // its bounds.
1263 // Invoked before and after the bounds change to schedule painting the old and
1264 // new bounds.
1316 // Responsible for propagating bounds change notifications to relevant
1320 // Visible bounds notification registration.
1322 // they need to be registered for "visible bounds within root" notifications
1335 // Sets the layer's bounds given in DIP coordinates.
1338 // Sets the bit indicating that the cached bounds for this object within the
1339 // root view bounds tree are no longer valid. If |origin_changed| is true sets
1343 // If needed, updates the bounds rectangle in paint root coordinate space
1347 // Remove self and all children from the supplied bounds tree. This is used,
1398 // Parents this view's layer to |parent_layer|, and sets its bounds and other
1454 // the view under the mouse differs. For example, if the bounds of a View is
1498 // This View's bounds
1526 // List of descendants wanting notification when their visible bounds change.
1529 // True if the bounds on this object have changed since the last time the