Searched defs:onDraw (Results 101 - 124 of 124) sorted by relevance

12345

/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java445 protected void onDraw(Canvas canvas) { method in class:IconMenuView
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java220 protected void onDraw(Canvas canvas) { method in class:PointerLocationView
H A DRotarySelector.java291 protected void onDraw(Canvas canvas) { method in class:RotarySelector
292 super.onDraw(canvas);
H A DWaveView.java404 protected void onDraw(Canvas canvas) { method in class:WaveView
517 // the state machine stops advancing because onDraw() never gets called.
H A DLockPatternView.java800 protected void onDraw(Canvas canvas) { method in class:LockPatternView
/frameworks/base/core/java/android/widget/
H A DImageView.java1006 protected void onDraw(Canvas canvas) { method in class:ImageView
1007 super.onDraw(canvas);
H A DLinearLayout.java307 protected void onDraw(Canvas canvas) { method in class:LinearLayout
H A DProgressBar.java977 // onDraw will translate the canvas so we draw starting at 0,0.
1024 protected synchronized void onDraw(Canvas canvas) { method in class:ProgressBar
1025 super.onDraw(canvas);
H A DCalendarView.java1692 protected void onDraw(Canvas canvas) { method in class:CalendarView.WeekView
H A DNumberPicker.java1448 protected void onDraw(Canvas canvas) { method in class:NumberPicker
1450 super.onDraw(canvas);
H A DEditor.java1251 void onDraw(Canvas canvas, Layout layout, Path highlight, Paint highlightPaint, method in class:Editor
3220 protected void onDraw(Canvas c) { method in class:Editor.HandleView
H A DTextView.java4831 // for each compound drawable in onDraw(). Make sure to update each section
5020 protected void onDraw(Canvas canvas) { method in class:TextView
5024 super.onDraw(canvas);
5174 mEditor.onDraw(canvas, layout, highlight, mHighlightPaint, cursorOffsetVertical);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp445 onDraw(hw, clip);
449 onDraw( hw, Region(hw->bounds()) );
452 void Layer::onDraw(const sp<const DisplayDevice>& hw, const Region& clip) const function in class:android::Layer
488 ALOGW("onDraw: bindTextureImage failed (err=%d)", err);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DSimpleMonthView.java306 protected void onDraw(Canvas canvas) { method in class:SimpleMonthView
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DProgressBarICS.java731 // onDraw will translate the canvas so we draw starting at 0,0
769 protected synchronized void onDraw(Canvas canvas) { method in class:ProgressBarICS
770 super.onDraw(canvas);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java630 public void onDraw(Canvas canvas) { method in class:KeyboardView
631 super.onDraw(canvas);
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java307 public void onDraw(Canvas canvas); method in interface:WebViewProvider.ViewDelegate
H A DWebView.java1043 * Clears this WebView so that onDraw() will draw nothing but white background,
1074 * @deprecated Use {@link #onDraw} to obtain a bitmap snapshot of the WebView, or
2251 protected void onDraw(Canvas canvas) { method in class:WebView
2252 mProvider.getViewDelegate().onDraw(canvas);
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DGlowPadView.java1195 protected void onDraw(Canvas canvas) { method in class:GlowPadView
H A DMultiWaveView.java1082 protected void onDraw(Canvas canvas) { method in class:MultiWaveView
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java605 protected void onDraw(Canvas canvas) { method in class:PhotoView
606 super.onDraw(canvas);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java2212 protected void onDraw(Canvas canvas) { method in class:ViewPager
2213 super.onDraw(canvas);
/frameworks/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1598 public void onDraw(final Canvas canvas) { method in class:WebViewChromium
1604 onDraw(canvas);
1609 mAwContents.onDraw(canvas);
/frameworks/base/core/java/android/view/
H A DView.java165 * overriding {@link #onDraw(android.graphics.Canvas)}.
208 * <td><code>{@link #onDraw(android.graphics.Canvas)}</code></td>
443 * before calling back to its <code>onDraw()</code> method.
784 * This view won't draw. {@link #onDraw(android.graphics.Canvas)} won't be
6326 * Typically, if you override {@link #onDraw(android.graphics.Canvas)}
10786 * visible, {@link #onDraw(android.graphics.Canvas)} will be called at some point
10828 * If the view is visible, {@link #onDraw(android.graphics.Canvas)}
10869 * {@link #onDraw(android.graphics.Canvas)} will be called at some point in
12061 protected void onDraw(Canvas canvas) { method in class:View
12082 * guaranteed to be called before {@link #onDraw(androi
[all...]

Completed in 454 milliseconds

12345