Searched refs:make (Results 1 – 25 of 653) sorted by relevance
12345678910>>...27
5 * GNU make14 Type 'make'.17 its stable location in ../../src/autogen using 'make install'.19 Then do 'make clean' or 'make distclean' here.
98 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_SHORT), in testBasicContent()103 Snackbar.make(mCoordinatorLayout, MESSAGE_ID, Snackbar.LENGTH_LONG), in testBasicContent()108 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE) in testBasicContent()114 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_SHORT) in testBasicContent()120 Snackbar.make(mCoordinatorLayout, MESSAGE_ID, Snackbar.LENGTH_LONG) in testBasicContent()129 final Snackbar snackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, length) in verifyDismissCallback()233 Snackbar.make(mCoordinatorLayout, "A different message", Snackbar.LENGTH_SHORT); in testDismissViaAnotherSnackbar()258 Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_SHORT) in testActionClickListener()
106 mSnackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE) in testBuiltInSliding()125 mSnackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE) in testBuiltInSlidingFromHiddenFab()146 mSnackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE) in testBehaviorBasedSlidingFromLayoutAttribute()163 mSnackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE) in testBehaviorBasedSlidingFromClassAnnotation()186 mSnackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, Snackbar.LENGTH_INDEFINITE) in testBehaviorBasedSlidingFromRuntimeApiCall()
5 * GNU make8 Type 'make'.11 Then do 'make clean' here.
124 mOut = null; // make Java object eligible for garbage collection130 mTempIns = null; // make Java objects eligible for garbage collection160 mOut = null; // make Java object eligible for garbage collection166 mTempIns = null; // make Java objects eligible for garbage collection201 mOut = null; // make Java object eligible for garbage collection207 mTempIns = null; // make Java objects eligible for garbage collection242 mOut = null; // make Java object eligible for garbage collection248 mTempIns = null; // make Java objects eligible for garbage collection278 mOut = null; // make Java object eligible for garbage collection284 mTempIns = null; // make Java objects eligible for garbage collection[all …]
32 love. One way to make your application lovable is to make it personal. Android35 make your application a richer, more personal experience.</p>42 <li>Authenticate the user to make sure they are who they say they are
2 * Ensure `llvm-rs-as` is built, either by doing a top-level `make6 * Ensure `opt` is built from external/llvm, either by top-level `make
5 To make these errors go away, you have two choices:10 make update-uiautomator-api
5 To make these errors go away, you have two choices:10 make update-support-api
55 <h4 id="make-it-mine">Let me make it mine</h4>74 <p>Learn peoples' preferences over time. Rather than asking them to make the same choices over and124 <p>Take your best guess and act rather than asking first. Too many choices and decisions make people221 <h2 id="make-me-amazing">Make Me Amazing</h2>245 <p>Be gentle in how you prompt people to make corrections. They want to feel smart when they use yo…281 example, shortcuts that combine multiple photo effects can make amateur photographs look amazing in297 <h4 id="make-important-things-fast">Make important things fast</h4>298 <p>Not all actions are equal. Decide what's most important in your app and make it easy to find and
3 page.metaDescription=How to make your apps accessible to users with visual, physical, or other limi…52 make their applications more accessible.</p>59 <p>The following topics show you how to use the Android framework to make applications more77 <dd>How to use API features to build services that make other applications more accessible for
41 <p class="caution"><strong>Important</strong>: To test in-app products or make in-app61 <li><strong>Real purchases</strong>, which let regular users make real purchases67 and beta release channels</a> to manage the users who can make purchases.</p>78 launch. They let authorized user accounts make purchases of your in-app products83 Once authorized for testing access, those users can make purchases without97 a test account, and any user of a test account can make test purchases with any120 can make test purchases. </p>170 <p>As you prepare to launch an app that uses In-app Billing, you can make use of175 from Google Play and test your in-app products. They can make real purchases177 payment methods in Google Play to make purchases. Note that if you include test[all …]
2 page.metaDescription=Use Android Intents to make your app available to users as they perform tasks …9 you make it easy for the user to access your app’s features from other apps and from voice16 your users to make full use of your app’s features, it can help them discover
8 There are many ways to make money with your apps on Google Play, and we offer9 a variety of tools to make it easy. Take advantage of Google Play’s
19 …create special offers that your user can deliver through a App Invite, to make installing your app…35 <li>Invites can include graphics or videos to make them more appealing to recipients.</li>37 so the user is taken straight to checkout. Use Google Sign-In and Wallet to make any order
55 mOut = null; // make Java object eligible for garbage collection61 mTempIns = null; // make Java objects eligible for garbage collection91 mOut = null; // make Java object eligible for garbage collection97 mTempIns = null; // make Java objects eligible for garbage collection
38 # the environment to account for automounters. The make variable must not39 # be called PWDCMD, otherwise the value set here is passed to make59 make-stds.texi standards.info* configure.texi configure.info* \63 # When you use `make setup-dirs' or `make taz' you should always redefine144 # Make links, and run "make diststuff" or "make info" when needed.167 # of files in the distclean rule. Zack W is planning to make
34 public static AlteredCharSequence make(CharSequence source, char[] sub, in make() method in AlteredCharSequence101 return AlteredCharSequence.make(mSource.subSequence(start, end), in subSequence()
64 mOut = null; // make Java object eligible for garbage collection70 mTempIns = null; // make Java objects eligible for garbage collection100 mOut = null; // make Java object eligible for garbage collection106 mTempIns = null; // make Java objects eligible for garbage collection136 mOut = null; // make Java object eligible for garbage collection142 mTempIns = null; // make Java objects eligible for garbage collection
27 static Map<String,?> make(String name) { in make() method in MainActivity36 add(make("List Item: " + i));
39 would cause a stutter. Allocate objects during initialization, or between animations. Never make an43 <p>In addition to making {@link android.view.View#onDraw onDraw()} leaner, also make sure65 its layout. Unlike the built-in views, your custom view can make application-specific assumptions
66 mOut = null; // make Java object eligible for garbage collection72 mTempIns = null; // make Java objects eligible for garbage collection102 mOut = null; // make Java object eligible for garbage collection108 mTempIns = null; // make Java objects eligible for garbage collection138 mOut = null; // make Java object eligible for garbage collection144 mTempIns = null; // make Java objects eligible for garbage collection174 mOut = null; // make Java object eligible for garbage collection180 mTempIns = null; // make Java objects eligible for garbage collection
70 Similarly, if you need to make a phone call, access the user's contacts, and115 Every time you ask for a permission, you force the user to make a decision.116 You should minimize the number of times you make these requests. If the user145 app. It might make sense to ask for all of those permissions as soon as the146 app launches. For example, if you make a photography app, the app would need157 If your app provides a tutorial, it may make sense to request the app's204 new permissions model, you can no longer make that assumption.224 turned on and off, to make sure the app can handle all permission
32 …l how the item is consumed in your application, and notify Google Play to make the item available …37 …seFinishedListener, String)} on your {@code IabHelper} instance. You must make this call from the …43 …urns this string along with the purchase response. Subsequently, when you make queries about this …45 <p>The following example shows how you can make a purchase request for a product with ID {@code SKU…75 …y, make sure to check the returned data signature, the {@code orderId}, and the {@code developerPa…80 …ery operation has completed and handles the query response. It is safe to make this call fom your …110 …eted and handles the consumption response from Google Play. It is safe to make this call fom your …