Searched defs:_type (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/pm/
H A DBasePermission.java47 BasePermission(String _name, String _sourcePackage, int _type) { argument
50 type = _type;
/frameworks/base/core/java/android/view/
H A DWindowManager.java1287 public LayoutParams(int _type) { argument
1289 type = _type;
1293 public LayoutParams(int _type, int _flags) { argument
1295 type = _type;
1300 public LayoutParams(int _type, int _flags, int _format) { argument
1302 type = _type;
1307 public LayoutParams(int w, int h, int _type, int _flags, int _format) { argument
1309 type = _type;
1314 public LayoutParams(int w, int h, int xpos, int ypos, int _type, argument
1319 type = _type;
[all...]

Completed in 461 milliseconds