Lines Matching refs:object

598  * classes change actual properties of the View object, such as {@link #setAlpha(float) alpha} and
606 * You can attach an {@link Animation} object to a view using
5429 * Register a drag event listener callback object for this View. The parameter is
6011 * {@link AccessibilityNodeInfo#recycle()} to minimize object creation.
6147 * Return the class name of this object to be used for accessibility purposes.
7080 * insets object is propagated down the hierarchy, so any changes made to it will
9822 * @param event The KeyEvent object that defines the button action.
9866 * @param event The KeyEvent object that defines the button action.
9897 * @param event The KeyEvent object that defines the button action.
9950 * object correctly and in its entirety, so that the connected IME can rely
11309 * By default, the pivot point is centered on the object.
11350 * and {@link #setScaleY(float) scaled}. By default, the pivot point is centered on the object.
11466 * on the parent and this object. The return value indicates whether the subclass handles
11880 * This position is post-layout, in addition to wherever the object's
11892 * This effectively positions the object post-layout, in addition to wherever the object's
11913 * This position is post-layout, in addition to wherever the object's
11926 * This effectively positions the object post-layout, in addition to wherever the object's
13245 * object.
14476 * Retrieve private session object this view hierarchy is using to
14478 * @return the session object to communicate with the window manager
14695 * @return Returns a Parcelable object containing the view's current dynamic
14896 * Updates the {@link Paint} object used with the current layer (used only if the current
16445 * @return The ViewOverlay object for this view.
16770 * @return Resources object.
17189 * a Drawable object or 0 to remove the background.
19444 * You pass a DragShadowBuilder object to the system when you start the drag. The system
19447 * {@link android.graphics.Canvas} object, then it calls {@link #onDrawShadow(Canvas) onDrawShadow()}
19471 * Construct a shadow builder object with no associated View. This
19475 * reference to any View object. If they are not overridden, then the result is an
19483 * Returns the View object that had been passed to the
19487 * constructor was used to instantiate the builder object, this method will return
19490 * @return The View object associate with this builder object.
19528 * Draws the shadow image. The system creates the {@link android.graphics.Canvas} object
19532 * @param canvas A {@link android.graphics.Canvas} object in which to draw the shadow image.
19546 * {@link android.view.View.DragShadowBuilder} object to the system. The
19547 * system calls this object's {@link DragShadowBuilder#onProvideShadowMetrics(Point, Point)}
19548 * to get metrics for the drag shadow, and then calls the object's
19553 * this either by calling the View object's drag listener (an implementation of
19555 * View object's {@link android.view.View#onDragEvent(DragEvent) onDragEvent()} method.
19556 * Both are passed a {@link android.view.DragEvent} object that has a
19561 * Your application can invoke startDrag() on any attached View object. The View object does not
19565 * @param data A {@link android.content.ClipData} object pointing to the data to be
19567 * @param shadowBuilder A {@link android.view.View.DragShadowBuilder} object for building the
19570 * drop operation. This Object is put into every DragEvent object sent by the system during the
19620 // Cache the local state object for delivery with DragEvents
19648 * {@link android.view.DragEvent} object. A call to
19654 * in DragEvent, indicating the type of drag event represented by this object.
19776 * @param context The Context object for your activity or application.
20771 public void setValue(View object, float value) {
20772 object.setAlpha(value);
20776 public Float get(View object) {
20777 return object.getAlpha();
20787 public void setValue(View object, float value) {
20788 object.setTranslationX(value);
20792 public Float get(View object) {
20793 return object.getTranslationX();
20803 public void setValue(View object, float value) {
20804 object.setTranslationY(value);
20808 public Float get(View object) {
20809 return object.getTranslationY();
20819 public void setValue(View object, float value) {
20820 object.setTranslationZ(value);
20824 public Float get(View object) {
20825 return object.getTranslationZ();
20835 public void setValue(View object, float value) {
20836 object.setX(value);
20840 public Float get(View object) {
20841 return object.getX();
20851 public void setValue(View object, float value) {
20852 object.setY(value);
20856 public Float get(View object) {
20857 return object.getY();
20867 public void setValue(View object, float value) {
20868 object.setZ(value);
20872 public Float get(View object) {
20873 return object.getZ();
20883 public void setValue(View object, float value) {
20884 object.setRotation(value);
20888 public Float get(View object) {
20889 return object.getRotation();
20899 public void setValue(View object, float value) {
20900 object.setRotationX(value);
20904 public Float get(View object) {
20905 return object.getRotationX();
20915 public void setValue(View object, float value) {
20916 object.setRotationY(value);
20920 public Float get(View object) {
20921 return object.getRotationY();
20931 public void setValue(View object, float value) {
20932 object.setScaleX(value);
20936 public Float get(View object) {
20937 return object.getScaleX();
20947 public void setValue(View object, float value) {
20948 object.setScaleY(value);
20952 public Float get(View object) {
20953 return object.getScaleY();
20981 * MeasureSpecs are implemented as ints to reduce object allocation. This class
21157 * This method returns a ViewPropertyAnimator object, which can be used to animate
21211 * @param event The KeyEvent object containing full information about
21229 * @param event The MotionEvent object containing full information about
21247 * @param event The MotionEvent object containing full information about
21265 * @param event The MotionEvent object containing full information about
21304 * @param event The {@link android.view.DragEvent} object for the drag event.
22266 * instance by calling {@link AccessibilityNodeInfo#recycle()} to minimize object