Searched defs:wp (Results 1 - 6 of 6) sorted by path

/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp94 void BootAnimation::binderDied(const wp<IBinder>&) argument
/frameworks/base/core/java/android/text/
H A DTextLine.java628 TextPaint wp = mWorkPaint;
629 wp.set(mPaint);
658 span.updateMeasureState(wp);
673 return wp.getTextRunCursor(mChars, spanStart, spanLimit - spanStart,
676 return wp.getTextRunCursor(mText, mStart + spanStart,
682 * @param wp
684 private static void expandMetricsFromPaint(FontMetricsInt fmi, TextPaint wp) { argument
691 wp.getFontMetricsInt(fmi);
710 * @param wp the working paint
724 private float handleText(TextPaint wp, in argument
817 handleReplacement(ReplacementSpan replacement, TextPaint wp, int start, int limit, boolean runIsRtl, Canvas c, float x, int top, int y, int bottom, FontMetricsInt fmi, boolean needWidth) argument
979 drawTextRun(Canvas c, TextPaint wp, int start, int end, int contextStart, int contextEnd, boolean runIsRtl, float x, int y) argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindow.java551 void adjustLayoutParamsForSubWindow(WindowManager.LayoutParams wp) { argument
552 CharSequence curTitle = wp.getTitle();
553 if (wp.type >= WindowManager.LayoutParams.FIRST_SUB_WINDOW &&
554 wp.type <= WindowManager.LayoutParams.LAST_SUB_WINDOW) {
555 if (wp.token == null) {
558 wp.token = decor.getWindowToken();
563 if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA) {
565 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_MEDIA_OVERLAY) {
567 } else if (wp.type == WindowManager.LayoutParams.TYPE_APPLICATION_PANEL) {
569 } else if (wp
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp62 float *up, *vp, *wp; local
82 wp = (float *)&q->vert[q->n].sx;
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
84 *wp = *up+t*(*vp-*up);
/frameworks/rs/cpp/util/
H A DRefBase.h198 class wp class in namespace:android::RSC
203 inline wp() : m_ptr(0) { } function in class:android::RSC::wp
205 wp(T* other);
206 wp(const wp<T>& other);
207 wp(const sp<T>& other);
208 template<typename U> wp(U* other);
209 template<typename U> wp(const sp<U>& other);
210 template<typename U> wp(const wp<
[all...]
/frameworks/rs/server/
H A DRefBase.h197 class wp class in namespace:android
202 inline wp() : m_ptr(0) { } function in class:android::wp
204 wp(T* other);
205 wp(const wp<T>& other);
206 wp(const sp<T>& other);
207 template<typename U> wp(U* other);
208 template<typename U> wp(const sp<U>& other);
209 template<typename U> wp(const wp<
[all...]

Completed in 1282 milliseconds