Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 182) sorted by relevance

12345678

/development/tools/winscope/src/
Dmain.js17 import Vue from 'vue'
18 import App from './App.vue'
21 import VueMaterial from 'vue-material'
Dlocalstore.js17 import Vue from 'vue';
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessage.java66 static Intent[] makeMessageIntentStack(Context context, CharSequence from, in makeMessageIntentStack() argument
90 intents[3].putExtra(IncomingMessageView.KEY_FROM, from); in makeMessageIntentStack()
106 CharSequence from = "Joe"; in showAppNotification() local
119 makeMessageIntentStack(this, from, message), PendingIntent.FLAG_CANCEL_CURRENT); in showAppNotification()
129 .setContentTitle(from) // the label of the entry in showAppNotification()
157 CharSequence from = "Dianne"; in showInterstitialNotification() local
170 intent.putExtra(IncomingMessageView.KEY_FROM, from); in showInterstitialNotification()
184 .setContentTitle(from) // the label of the entry in showInterstitialNotification()
DIncomingMessageInterstitial.java56 CharSequence from = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_FROM); in switchToApp() local
59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg); in switchToApp()
/development/samples/browseable/MediaEffects/
D_index.jd10 Image frames can be images loaded from disk, frames from the device\'s camera, or other
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java86 private static void makeRamp(int from, int to, int n, in makeRamp() argument
89 int r = getR32(from) << 23; in makeRamp()
90 int g = getG32(from) << 23; in makeRamp()
91 int b = getB32(from) << 23; in makeRamp()
92 int a = getA32(from) << 23; in makeRamp()
/development/samples/DeviceAdminWhitelistedAccount/
DREADME.md3 This application creates an account that will *not* prevent test-only DO/PO from being activated.
16 - Launch the "DA Whitelisted Account" app from the launcher.
/development/samples/browseable/MessagingService/
D_index.jd10 Input to allow Android N devices to reply via text directly from
14 Note: Each unread conversation from a user is sent as a distinct
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DReadRecInd.java34 public ReadRecInd(EncodedStringValue from, in ReadRecInd() argument
41 setFrom(from); in ReadRecInd()
/development/tools/findunused/
Dremoveunusedresources60 echo REMOVING STRING $LINE from $RESLINE
65 echo REMOVING $LINE from $RESLINE
/development/samples/browseable/AutoBackupForApps/
D_index.jd13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
14 sample\'s data to be cleared and replaced with a copy from the backup server.
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java805 String from = a.getString(R.styleable.CursorAdapter_MapItem_fromValue); in findMap() local
806 if (from == null) { in findMap()
819 transformation.addStringMapping(from, to); in findMap()
827 transformation.addResourceMapping(from, to); in findMap()
911 XmlCursorAdapter(Context context, int layout, String uri, String[] from, int[] to, in XmlCursorAdapter() argument
915 super(context, layout, null, from, to); in XmlCursorAdapter()
918 mFrom = from; in XmlCursorAdapter()
923 mColumns = new String[from.length + 1]; in XmlCursorAdapter()
926 System.arraycopy(from, 0, mColumns, 1, from.length); in XmlCursorAdapter()
929 final int count = from.length; in XmlCursorAdapter()
[all …]
/development/samples/SkeletonApp/
Dreadme.txt7 will use. You can run the application either directly from the "test"
8 list in the app launcher (it is named Skeleton App) or by selecting it from
30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package>
31 tag and CLASS comes from the class in the <activity> tag.
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java138 public Lines<T> copy(int from, int to) { in copy() argument
139 return new Lines<T>(mList, Math.max(mMin, from), Math.min(mMax, to)); in copy()
/development/ndk/
DNOTICE.zlib5 arising from the use of this software.
17 3. This notice may not be removed or altered from any source distribution.
/development/samples/browseable/PermissionRequest/
D_index.jd8 This sample shows how to handle PermissionRequest coming from web apps inside of a
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java113 NotificationManagerCompat.from(this).notify(0, notification); in showNotification()
128 NotificationManagerCompat.from(this).cancelAll(); in processIncoming()
144 NotificationManagerCompat.from(this).cancel(0); in onDestroy()
/development/samples/browseable/MidiScope/
D_index.jd8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
/development/samples/browseable/MidiSynth/
D_index.jd8 This sample demonstrates how to use the MIDI API to receive and play MIDI messages coming from an
/development/samples/browseable/CommitContentSampleApp/
D_index.jd9 (such as images) sent from a keyboard using the Commit Content API.
/development/samples/browseable/ActionBarCompat-ListPopupMenu/
D_index.jd9 from ActionBarCompat to create a list, with each item having a dropdown menu.
/development/samples/browseable/DataLayer/
D_index.jd9 from a handheld device to a wearable. The data transmitted is a picture taken by
/development/tools/checkcolor/
Dbuild.gradle11 * The DIST_DIR is where you want to save things from the build.
19 …// the build server does not pass the build number so we infer it from the last folder of the dist…
/development/samples/browseable/ActivitySceneTransitionBasic/
D_index.jd9 from one Activity to another. Uses a combination of changeImageTransform and
/development/samples/browseable/SwipeRefreshListFragment/
D_index.jd10 from swiping down on that view. This is provided through the re-usable

12345678