Home
last modified time | relevance | path

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

/development/samples/browseable/FragmentTransition/src/com.example.android.fragmenttransition/
DMeat.java24 public int resourceId; field in Meat
27 public Meat(int resourceId, String title) { in Meat()
DMeatAdapter.java31 public MeatAdapter(LayoutInflater inflater, int resourceId) { in MeatAdapter()
DDetailFragment.java57 public static DetailFragment newInstance(int resourceId, String title, in newInstance()
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
DMeat.java24 public int resourceId; field in Meat
27 public Meat(int resourceId, String title) { in Meat()
DMeatAdapter.java46 public MeatAdapter(LayoutInflater inflater, int resourceId) { in MeatAdapter()
/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/ActionBarCompat-ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/content/
DContentItem.java44 public ContentItem(int type, int resourceId) { in ContentItem()
/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()