Searched refs:onDraw (Results 1 - 25 of 35) sorted by relevance

12

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DMockView.java28 * TODO: implement onDraw and draw a rectangle in a random color with the name of the class
42 public void onDraw(Canvas canvas) { method in class:MockView
45 super.onDraw(canvas);
/frameworks/base/services/surfaceflinger/
H A DLayerDim.h44 virtual void onDraw(const Region& clip) const;
H A DLayerBlur.h38 virtual void onDraw(const Region& clip) const;
H A DLayerBuffer.h44 virtual void onDraw(const Region& clip) const;
67 virtual void onDraw(const Region& clip) const;
132 virtual void onDraw(const Region& clip) const;
155 virtual void onDraw(const Region& clip) const;
H A DLayerDim.cpp60 void LayerDim::onDraw(const Region& clip) const function in class:android::LayerDim
H A DLayerBuffer.cpp149 void LayerBuffer::onDraw(const Region& clip) const function in class:android::LayerBuffer
153 source->onDraw(clip);
316 void LayerBuffer::Source::onDraw(const Region& clip) const { function in class:android::LayerBuffer::Source
446 void LayerBuffer::BufferSource::onDraw(const Region& clip) const function in class:android::LayerBuffer::BufferSource
634 void LayerBuffer::OverlaySource::onDraw(const Region& clip) const function in class:android::LayerBuffer::OverlaySource
H A DLayer.h72 virtual void onDraw(const Region& clip) const;
H A DLayerBase.h114 * and calls onDraw().
115 * Typically this method is not overridden, instead implement onDraw()
127 * onDraw - draws the surface.
129 virtual void onDraw(const Region& clip) const = 0;
H A DLayerBlur.cpp110 void LayerBlur::onDraw(const Region& clip) const function in class:android::LayerBlur
/frameworks/base/core/tests/coretests/src/android/widget/
H A DLabelView.java180 * @see android.view.View#onDraw(android.graphics.Canvas)
183 protected void onDraw(Canvas canvas) { method in class:LabelView
184 super.onDraw(canvas);
H A DTextViewPerformanceTest.java111 super.onDraw(c);
125 super.onDraw(c);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DTrackingPatternView.java48 public void onDraw(Canvas canvas) { method in class:TrackingPatternView
H A DStatusBarIconView.java166 protected void onDraw(Canvas canvas) { method in class:StatusBarIconView
167 super.onDraw(canvas);
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java149 protected void onDraw(Canvas canvas) { method in class:CheckedTextView
150 super.onDraw(canvas);
H A DAbsSeekBar.java251 protected synchronized void onDraw(Canvas canvas) { method in class:AbsSeekBar
252 super.onDraw(canvas);
H A DAnalogClock.java160 protected void onDraw(Canvas canvas) { method in class:AnalogClock
161 super.onDraw(canvas);
H A DCompoundButton.java230 protected void onDraw(Canvas canvas) { method in class:CompoundButton
231 super.onDraw(canvas);
H A DImageView.java842 protected void onDraw(Canvas canvas) { method in class:ImageView
843 super.onDraw(canvas);
H A DProgressBar.java814 // onDraw will translate the canvas so we draw starting at 0,0
828 protected synchronized void onDraw(Canvas canvas) { method in class:ProgressBar
829 super.onDraw(canvas);
/frameworks/base/tests/TransformTest/src/com/google/android/test/transform/
H A DTransformTestActivity.java181 public void onDraw(Canvas canvas) { method in class:TransformTestActivity.TransformView
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java197 protected void onDraw(Shape shape, Canvas canvas, Paint paint) { method in class:ShapeDrawable
213 onDraw(mShapeState.mShape, canvas, paint);
/frameworks/base/services/java/com/android/server/
H A DLoadAverageService.java161 public void onDraw(Canvas canvas) { method in class:LoadAverageService.LoadView
162 super.onDraw(canvas);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java242 protected void onDraw(Canvas canvas) { method in class:DpiTestActivity.ScaledBitmapView
243 super.onDraw(canvas);
/frameworks/base/core/tests/coretests/src/android/util/
H A DInternalSelectionView.java140 protected void onDraw(Canvas canvas) { method in class:InternalSelectionView
/frameworks/base/core/java/android/webkit/
H A DWebTextView.java321 protected void onDraw(Canvas canvas) { method in class:WebTextView
322 // onDraw should only be called for password fields. If WebTextView is
333 super.onDraw(canvas);
391 // This code is copied from TextView.onDraw(). That code does not get

Completed in 618 milliseconds

12