/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/ |
D | NavigationBarButton.java | 47 drawables[i] = TintedDrawable.wrap(drawables[i].mutate()); in init() 57 if (left != null) left = TintedDrawable.wrap(left.mutate()); in setCompoundDrawables() 58 if (top != null) top = TintedDrawable.wrap(top.mutate()); in setCompoundDrawables() 59 if (right != null) right = TintedDrawable.wrap(right.mutate()); in setCompoundDrawables() 60 if (bottom != null) bottom = TintedDrawable.wrap(bottom.mutate()); in setCompoundDrawables() 68 if (start != null) start = TintedDrawable.wrap(start.mutate()); in setCompoundDrawablesRelative() 69 if (top != null) top = TintedDrawable.wrap(top.mutate()); in setCompoundDrawablesRelative() 70 if (end != null) end = TintedDrawable.wrap(end.mutate()); in setCompoundDrawablesRelative() 71 if (bottom != null) bottom = TintedDrawable.wrap(bottom.mutate()); in setCompoundDrawablesRelative() 113 public static TintedDrawable wrap(Drawable drawable) { in wrap() method in NavigationBarButton.TintedDrawable
|
/frameworks/support/v4/tests/java/android/support/v4/graphics/ |
D | DrawableCompatTest.java | 47 final Drawable wrappedDrawable = DrawableCompat.wrap(original); in testDrawableWrap() 59 final Drawable wrappedDrawable = DrawableCompat.wrap(original); in testDrawableUnwrap() 69 final Drawable wrapper = DrawableCompat.wrap(drawable); in testDrawableChangeBoundsCopy() 78 final Drawable wrappedDrawable = DrawableCompat.wrap(new GradientDrawable()); in testDrawableWrapOnlyWrapsOnce() 79 assertSame(wrappedDrawable, DrawableCompat.wrap(wrappedDrawable)); in testDrawableWrapOnlyWrapsOnce() 90 final Drawable wrapper = DrawableCompat.wrap(drawable); in testWrapMutatedDrawableHasConstantState() 100 final Drawable wrapper = DrawableCompat.wrap(drawable); in testWrappedDrawableHasCallbackSet() 114 final Drawable wrapped = DrawableCompat.wrap(tintAwareDrawable); in testDoesNotWrapTintAwareDrawable()
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/ |
D | DrawerLayoutActions.java | 99 public static ViewAction wrap(final ViewAction baseAction) { in wrap() method in DrawerLayoutActions 148 return wrap(new ViewAction() { 173 return wrap(new ViewAction() { 198 return wrap(new ViewAction() { 223 return wrap(new ViewAction() { 248 return wrap(new ViewAction() { 273 return wrap(new ViewAction() { 298 return wrap(new ViewAction() { 325 return wrap(new ViewAction() {
|
/frameworks/support/v4/tests/java/android/support/v4/view/ |
D | BaseViewPagerTest.java | 276 onView(withId(R.id.pager)).perform(wrap(swipeLeft())); in testPageSwipes() 280 onView(withId(R.id.pager)).perform(wrap(swipeLeft())); in testPageSwipes() 285 onView(withId(R.id.pager)).perform(wrap(swipeLeft())); in testPageSwipes() 290 onView(withId(R.id.pager)).perform(wrap(swipeRight())); in testPageSwipes() 295 onView(withId(R.id.pager)).perform(wrap(swipeRight())); in testPageSwipes() 301 onView(withId(R.id.pager)).perform(wrap(swipeRight())); in testPageSwipes() 319 onView(withId(R.id.pager)).perform(wrap(swipeLeft()), wrap(swipeLeft())); in testPageSwipesComposite() 322 onView(withId(R.id.pager)).perform(wrap(swipeLeft()), wrap(swipeRight())); in testPageSwipesComposite() 325 onView(withId(R.id.pager)).perform(wrap(swipeRight()), wrap(swipeRight())); in testPageSwipesComposite() 329 onView(withId(R.id.pager)).perform(wrap(swipeRight()), wrap(swipeLeft())); in testPageSwipesComposite() [all …]
|
D | ViewPagerActions.java | 95 public static ViewAction wrap(final ViewAction baseAction) { in wrap() method in ViewPagerActions 144 return wrap(new ViewAction() { 172 return wrap(new ViewAction() { 200 return wrap(new ViewAction() { 230 return wrap(new ViewAction() { 260 return wrap(new ViewAction() {
|
/frameworks/base/docs/html/tv/ |
D | index.jd | 16 #jd-content>.content-footer.wrap { 28 <div class="landing-hero-wrap"> 52 </div> <!-- end .wrap --> 63 <div class="wrap"> 85 </div> <!-- end .wrap --> 89 <div class="wrap"> 146 </div> <!-- end .wrap --> 150 <div class="wrap"> 177 </div> <!-- end .wrap --> 181 <div class="wrap"> [all …]
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 40 ByteBuffer data = ByteBuffer.wrap(bytes).order(ByteOrder.LITTLE_ENDIAN); in parseInformationElements() 82 ByteBuffer data = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in from() 171 ByteBuffer data = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in from() 206 ByteBuffer data = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in from() 246 ByteBuffer data = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in from() 291 ByteBuffer data = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in from() 348 ByteBuffer buf = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in parseRsnElement() 425 ByteBuffer buf = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in isWpaOneElement() 449 ByteBuffer buf = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in parseWpaOneElement() 593 ByteBuffer data = ByteBuffer.wrap(ie.bytes).order(ByteOrder.LITTLE_ENDIAN); in from() [all …]
|
/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
D | DrawableCompat.java | 51 Drawable wrap(Drawable drawable); in wrap() method 103 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.BaseDrawableImpl 150 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.EclairDrawableImpl 165 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.HoneycombDrawableImpl 198 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.KitKatDrawableImpl 238 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.LollipopDrawableImpl 280 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.MDrawableImpl 481 public static Drawable wrap(@NonNull Drawable drawable) { in wrap() method in DrawableCompat 482 return IMPL.wrap(drawable); in wrap()
|
/frameworks/base/libs/hwui/ |
D | Texture.h | 44 inline void setWrap(GLenum wrap, bool bindTexture = false, bool force = false, 46 setWrapST(wrap, wrap, bindTexture, force, renderTarget); 94 void wrap(GLuint id, uint32_t width, uint32_t height, GLint format);
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitReader.cpp | 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode() 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitReader.cpp | 24 return LLVMParseBitcodeInContext(wrap(&getGlobalContext()), MemBuf, OutModule, in LLVMParseBitcode() 34 *OutModule = wrap(ParseBitcodeFile(unwrap(MemBuf), *unwrap(ContextRef), in LLVMParseBitcodeInContext() 54 *OutM = wrap(getLazyBitcodeModule(unwrap(MemBuf), *unwrap(ContextRef), in LLVMGetBitcodeModuleInContext()
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 58 <div class="wrap dac-offset-parent"> 82 </div><!-- end .wrap --> 86 <div class="wrap dac-offset-parent"> 102 </div><!-- end .wrap --> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 116 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 58 <div class="wrap dac-offset-parent"> 82 </div><!-- end .wrap --> 86 <div class="wrap dac-offset-parent"> 102 </div><!-- end .wrap --> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 116 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 58 <div class="wrap dac-offset-parent"> 82 </div><!-- end .wrap --> 86 <div class="wrap dac-offset-parent"> 102 </div><!-- end .wrap --> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 116 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/in/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 58 <div class="wrap dac-offset-parent"> 82 </div><!-- end .wrap --> 86 <div class="wrap dac-offset-parent"> 102 </div><!-- end .wrap --> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 116 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/ja/ |
D | index.jd | 19 <div class="wrap" style="max-width:1100px;margin-top:0"> 51 <div class="wrap dac-offset-parent"> 75 </div><!-- end .wrap --> 79 <div class="wrap dac-offset-parent"> 97 </div><!-- end .wrap --> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 114 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/ko/ |
D | index.jd | 19 <div class="wrap" style="max-width:1100px;margin-top:0"> 51 <div class="wrap dac-offset-parent"> 75 </div><!-- end .wrap --> 79 <div class="wrap dac-offset-parent"> 97 </div><!-- end .wrap --> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 114 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/zh-tw/ |
D | index.jd | 19 <div class="wrap" style="max-width:1100px;margin-top:0"> 51 <div class="wrap dac-offset-parent"> 75 </div><!-- end .wrap --> 79 <div class="wrap dac-offset-parent"> 97 </div><!-- end .wrap --> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 114 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/pt-br/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 58 <div class="wrap dac-offset-parent"> 82 </div><!-- end .wrap --> 86 <div class="wrap dac-offset-parent"> 102 </div><!-- end .wrap --> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 116 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/ru/ |
D | index.jd | 19 <div class="wrap" style="max-width:1100px;margin-top:0"> 51 <div class="wrap dac-offset-parent"> 75 </div><!-- end .wrap --> 79 <div class="wrap dac-offset-parent"> 97 </div><!-- end .wrap --> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 114 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 60 <div class="wrap dac-offset-parent"> 84 </div><!-- end .wrap --> 88 <div class="wrap dac-offset-parent"> 104 </div><!-- end .wrap --> 107 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 118 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/zh-cn/ |
D | index.jd | 19 <div class="wrap" style="max-width:1100px;margin-top:0"> 51 <div class="wrap dac-offset-parent"> 75 </div><!-- end .wrap --> 79 <div class="wrap dac-offset-parent"> 97 </div><!-- end .wrap --> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 114 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html-intl/intl/es/preview/ |
D | index.jd | 21 <div class="wrap" style="max-width:1100px;margin-top:0"> 58 <div class="wrap dac-offset-parent"> 82 </div><!-- end .wrap --> 86 <div class="wrap dac-offset-parent"> 102 </div><!-- end .wrap --> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 116 <section class="dac-section dac-gray"><div class="wrap">
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 14 <div class="wrap"> 47 <div class="wrap dac-offset-parent"> 53 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap"> 64 <section class="dac-section dac-light"><div class="wrap"> 77 <section class="dac-section dac-gray"><div class="wrap"> 94 <section class="dac-section dac-section-light"><div class="wrap"> 111 <section class="dac-section dac-gray"><div class="wrap"> 136 <section class="dac-section dac-light" id="courses"><div class="wrap">
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | index.jd | 12 <div class="wrap"> 44 <div class="wrap dac-offset-parent"> 50 <section class="dac-section dac-gray" id="resources"><div class="wrap"> 64 <section class="dac-section" id="videos"><div class="wrap"> 78 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap">
|