Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 230) sorted by relevance

12345678910

/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/view/
DNavigationBarButton.java47 drawables[i] = TintedDrawable.wrap(drawables[i]); in init()
57 if (left != null) left = TintedDrawable.wrap(left); in setCompoundDrawables()
58 if (top != null) top = TintedDrawable.wrap(top); in setCompoundDrawables()
59 if (right != null) right = TintedDrawable.wrap(right); in setCompoundDrawables()
60 if (bottom != null) bottom = TintedDrawable.wrap(bottom); in setCompoundDrawables()
68 if (start != null) start = TintedDrawable.wrap(start); in setCompoundDrawablesRelative()
69 if (top != null) top = TintedDrawable.wrap(top); in setCompoundDrawablesRelative()
70 if (end != null) end = TintedDrawable.wrap(end); in setCompoundDrawablesRelative()
71 if (bottom != null) bottom = TintedDrawable.wrap(bottom); in setCompoundDrawablesRelative()
113 public static TintedDrawable wrap(Drawable drawable) { in wrap() method in NavigationBarButton.TintedDrawable
/frameworks/support/compat/tests/java/android/support/v4/graphics/
DDrawableCompatTest.java41 final Drawable wrappedDrawable = DrawableCompat.wrap(original); in testDrawableWrap()
53 final Drawable wrappedDrawable = DrawableCompat.wrap(original); in testDrawableUnwrap()
63 final Drawable wrapper = DrawableCompat.wrap(drawable); in testDrawableChangeBoundsCopy()
79 final Drawable wrapper = DrawableCompat.wrap(drawable); in testWrapCopiesDrawableState()
87 final Drawable wrappedDrawable = DrawableCompat.wrap(new GradientDrawable()); in testDrawableWrapOnlyWrapsOnce()
88 assertSame(wrappedDrawable, DrawableCompat.wrap(wrappedDrawable)); in testDrawableWrapOnlyWrapsOnce()
99 final Drawable wrapper = DrawableCompat.wrap(drawable); in testWrapMutatedDrawableHasConstantState()
109 final Drawable wrapper = DrawableCompat.wrap(drawable); in testWrappedDrawableHasCallbackSet()
123 final Drawable wrapped = DrawableCompat.wrap(tintAwareDrawable); in testDoesNotWrapTintAwareDrawable()
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/
DDrawerLayoutActions.java99 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/base/docs/html/tv/
Dindex.jd16 #body-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/
DInformationElementUtil.java40 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/core-ui/tests/java/android/support/v4/view/
DViewPagerActions.java95 public static ViewAction wrap(final ViewAction baseAction) { in wrap() method in ViewPagerActions
144 return wrap(new ViewAction() {
170 return wrap(new ViewAction() {
198 return wrap(new ViewAction() {
226 return wrap(new ViewAction() {
256 return wrap(new ViewAction() {
286 return wrap(new ViewAction() {
DBaseViewPagerTest.java45 import static android.support.v4.view.ViewPagerActions.wrap;
360 verifyPageChangeViewActions(wrap(swipeLeft()), wrap(swipeRight())); in testPageSwipes()
374 onView(withId(R.id.pager)).perform(wrap(swipeLeft()), wrap(swipeLeft())); in testPageSwipesComposite()
377 onView(withId(R.id.pager)).perform(wrap(swipeLeft()), wrap(swipeRight())); in testPageSwipesComposite()
380 onView(withId(R.id.pager)).perform(wrap(swipeRight()), wrap(swipeRight())); in testPageSwipesComposite()
384 onView(withId(R.id.pager)).perform(wrap(swipeRight()), wrap(swipeLeft())); in testPageSwipesComposite()
714 verifyScrollStateChange(wrap(swipeLeft()), expectedScrollStateChanges); in testPageScrollStateChangedSwipe()
718 verifyScrollStateChange(wrap(swipeLeft()), expectedScrollStateChanges); in testPageScrollStateChangedSwipe()
722 verifyScrollStateChange(wrap(swipeRight()), expectedScrollStateChanges); in testPageScrollStateChangedSwipe()
726 verifyScrollStateChange(wrap(swipeRight()), expectedScrollStateChanges); in testPageScrollStateChangedSwipe()
[all …]
/frameworks/base/libs/hwui/
DTexture.h44 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/
DBitReader.cpp24 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/
DBitReader.cpp24 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/support/compat/java/android/support/v4/graphics/drawable/
DDrawableCompat.java51 Drawable wrap(Drawable drawable); in wrap() method
104 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.BaseDrawableImpl
161 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.HoneycombDrawableImpl
194 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.KitKatDrawableImpl
234 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.LollipopDrawableImpl
281 public Drawable wrap(Drawable drawable) { in wrap() method in DrawableCompat.MDrawableImpl
497 public static Drawable wrap(@NonNull Drawable drawable) { in wrap() method in DrawableCompat
498 return IMPL.wrap(drawable); in wrap()
/frameworks/base/docs/html-intl/intl/zh-cn/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
49 <div class="wrap dac-offset-parent">
67 </div><!-- end .wrap -->
70 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
81 <section class="dac-section dac-gray" id="videos"><div class="wrap">
97 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/ja/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
49 <div class="wrap dac-offset-parent">
67 </div><!-- end .wrap -->
70 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
81 <section class="dac-section dac-gray" id="videos"><div class="wrap">
97 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/zh-tw/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
49 <div class="wrap dac-offset-parent">
67 </div><!-- end .wrap -->
70 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
81 <section class="dac-section dac-gray" id="videos"><div class="wrap">
97 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/ko/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
48 <div class="wrap dac-offset-parent">
66 </div><!-- end .wrap -->
69 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
80 <section class="dac-section dac-gray" id="videos"><div class="wrap">
96 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/ru/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
48 <div class="wrap dac-offset-parent">
66 </div><!-- end .wrap -->
69 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
80 <section class="dac-section dac-gray" id="videos"><div class="wrap">
96 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html/about/versions/marshmallow/
Dindex.jd11 <div class="wrap">
43 <div class="wrap dac-offset-parent">
49 <section class="dac-section dac-gray" id="resources"><div class="wrap">
63 <section class="dac-section" id="videos"><div class="wrap">
77 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap">
/frameworks/base/docs/html/develop/
Dindex.jd14 <div class="wrap">
54 <div class="wrap dac-offset-parent">
60 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap">
71 <section class="dac-section dac-light"><div class="wrap">
84 <section class="dac-section dac-gray"><div class="wrap">
101 <section class="dac-section dac-section-light"><div class="wrap">
118 <section class="dac-section dac-gray"><div class="wrap">
143 <section class="dac-section dac-light" id="courses"><div class="wrap">
/frameworks/base/docs/html/design/
Dindex.jd12 <div class="wrap">
45 <div class="wrap dac-offset-parent">
50 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap">
58 <section class="dac-section dac-light"><div class="wrap">
69 <section class="dac-section dac-gray"><div class="wrap">
/frameworks/base/docs/html/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
48 <div class="wrap dac-offset-parent">
66 </div><!-- end .wrap -->
69 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
80 <section class="dac-section dac-gray" id="videos"><div class="wrap">
96 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/id/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
49 <div class="wrap dac-offset-parent">
67 </div><!-- end .wrap -->
70 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
81 <section class="dac-section dac-gray" id="videos"><div class="wrap">
97 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/es/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
48 <div class="wrap dac-offset-parent">
66 </div><!-- end .wrap -->
69 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
80 <section class="dac-section dac-gray" id="videos"><div class="wrap">
96 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/in/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
49 <div class="wrap dac-offset-parent">
67 </div><!-- end .wrap -->
70 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
81 <section class="dac-section dac-gray" id="videos"><div class="wrap">
97 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/base/docs/html-intl/intl/pt-br/about/versions/nougat/
Dindex.jd11 <div class="wrap" style="max-width:1100px;margin-top:0">
48 <div class="wrap dac-offset-parent">
66 </div><!-- end .wrap -->
69 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap">
80 <section class="dac-section dac-gray" id="videos"><div class="wrap">
96 <section class="dac-section dac-light" id="resources"><div class="wrap">
/frameworks/support/core-ui/java/android/support/v4/widget/
DFocusStrategy.java39 boolean wrap) { in findNextFocusInRelativeDirection() argument
51 return getNextFocusable(focused, sortedFocusables, wrap); in findNextFocusInRelativeDirection()
53 return getPreviousFocusable(focused, sortedFocusables, wrap); in findNextFocusInRelativeDirection()
60 private static <T> T getNextFocusable(T focused, ArrayList<T> focusables, boolean wrap) { in getNextFocusable() argument
68 } else if (wrap && count > 0) { in getNextFocusable()
75 private static <T> T getPreviousFocusable(T focused, ArrayList<T> focusables, boolean wrap) { in getPreviousFocusable() argument
83 } else if (wrap && count > 0) { in getPreviousFocusable()

12345678910