Home
last modified time | relevance | path

Searched defs:resourceId (Results 1 – 8 of 8) sorted by relevance

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DPictureData.java22 int resourceId; field in PictureData
26 public PictureData(int resourceId, String description, Bitmap thumbnail) { in PictureData()
DBitmapUtils.java62 int resourceId = mPhotos[(int) (Math.random() * mPhotos.length)]; in loadPhotos() local
75 static Bitmap getBitmap(Resources resources, int resourceId) { in getBitmap()
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/
DContentItem.java44 public ContentItem(int type, int resourceId) { in ContentItem()
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DGeofenceTransitionsIntentService.java116 private void showToast(final Context context, final int resourceId) { in showToast()
/development/samples/browseable/DragAndDropAcrossApps/DragSource/src/com.example.android/dragsource/
DDragSourceFragment.java217 private void copyImageResourceToFile(int resourceId, File filePath) { in copyImageResourceToFile()
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceControlActivity.java229 private void updateConnectionState(final int resourceId) { in updateConnectionState()
/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DClockBackService.java380 int resourceId = (feedbackIndex == INDEX_SCREEN_ON) ? R.string.template_screen_on in generateScreenOnOrOffUtternace() local
565 Integer resourceId = sSoundsResourceIds.get(earconId); in playEarcon() local
/development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
DPlayerSetupActivity.java105 private Button setupButton(int resourceId) { in setupButton()