Searched refs:xc (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
H A DTextColor.java38 BRIGHT_GREEN(0xc),
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp292 const GLint xc = (mWidth - mAndroid[0].w) / 2; local
294 const Rect updateRect(xc, yc, xc + mAndroid[0].w, yc + mAndroid[0].h);
312 GLint x = xc - offset;
325 glDrawTexiOES(xc, yc, 0, mAndroid[0].w, mAndroid[0].h);
435 const int xc = (mWidth - animation.width) / 2; local
441 clearReg.subtractSelf(Rect(xc, yc, xc+animation.width, yc+animation.height));
478 glDrawTexiOES(xc, yc, 0, animation.width, animation.height);
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Duiterator.h219 /// Converts the indexes in \p xc to iterators in \p ic of base \p ibase.
221 inline void indexv_to_iteratorv (typename IteratorContainer::value_type ibase, const IndexContainer& xc, IteratorContainer& ic) argument
223 ic.resize (xc.size());
224 copy_n (index_iterator (ibase, xc.begin()), xc.size(), ic.begin());
/frameworks/base/core/java/android/view/
H A DViewGroup.java819 final float xc = scrolledXFloat - child.mLeft;
821 ev.setLocation(xc, yc);
858 final float xc = scrolledXFloat - (float) target.mLeft;
861 ev.setLocation(xc, yc);
880 final float xc = scrolledXFloat - (float) target.mLeft;
882 ev.setLocation(xc, yc);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java842 case 0xc: return PAUSE;
858 return 0xc;

Completed in 266 milliseconds