| Package | Description |
|---|---|
| android.content.pm | |
| android.content.res | |
| android.inputmethodservice |
| Modifier and Type | Method and Description |
|---|---|
abstract XmlResourceParser |
PackageManager.getXml(String packageName,
int resid,
ApplicationInfo appInfo) |
XmlResourceParser |
PackageItemInfo.loadXmlMetaData(PackageManager pm,
String name) |
| Modifier and Type | Method and Description |
|---|---|
XmlResourceParser |
Resources.getAnimation(int id) |
XmlResourceParser |
Resources.getLayout(int id) |
XmlResourceParser |
Resources.getXml(int id) |
XmlResourceParser |
AssetManager.openXmlResourceParser(int cookie,
String fileName) |
XmlResourceParser |
AssetManager.openXmlResourceParser(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.parseBundleExtras(XmlResourceParser parser,
Bundle outBundle) |
| Modifier and Type | Method and Description |
|---|---|
protected Keyboard.Key |
Keyboard.createKeyFromXml(Resources res,
Keyboard.Row parent,
int x,
int y,
XmlResourceParser parser) |
protected Keyboard.Row |
Keyboard.createRowFromXml(Resources res,
XmlResourceParser parser) |
| Constructor and Description |
|---|
Keyboard.Key(Resources res,
Keyboard.Row parent,
int x,
int y,
XmlResourceParser parser) |
Keyboard.Row(Resources res,
Keyboard parent,
XmlResourceParser parser) |
Copyright © 2008-2013. All Rights Reserved.