Searched refs:category (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DFrameLayout.java49 @ViewDebug.ExportedProperty(category = "measurement")
52 @ViewDebug.ExportedProperty(category = "drawing")
55 @ViewDebug.ExportedProperty(category = "padding")
58 @ViewDebug.ExportedProperty(category = "padding")
61 @ViewDebug.ExportedProperty(category = "padding")
64 @ViewDebug.ExportedProperty(category = "padding")
70 @ViewDebug.ExportedProperty(category = "drawing")
74 @ViewDebug.ExportedProperty(category = "drawing")
H A DAdapterView.java59 @ViewDebug.ExportedProperty(category = "scrolling")
144 @ViewDebug.ExportedProperty(category = "list")
155 @ViewDebug.ExportedProperty(category = "list")
171 @ViewDebug.ExportedProperty(category = "list")
H A DLinearLayout.java56 @ViewDebug.ExportedProperty(category = "layout")
66 @ViewDebug.ExportedProperty(category = "layout")
74 @ViewDebug.ExportedProperty(category = "measurement")
77 @ViewDebug.ExportedProperty(category = "measurement")
80 @ViewDebug.ExportedProperty(category = "measurement", mapping = {
96 @ViewDebug.ExportedProperty(category = "measurement")
99 @ViewDebug.ExportedProperty(category = "layout")
102 @ViewDebug.ExportedProperty(category = "layout")
1372 @ViewDebug.ExportedProperty(category = "layout")
1380 @ViewDebug.ExportedProperty(category
[all...]
H A DProgressBar.java340 @ViewDebug.ExportedProperty(category = "progress")
613 @ViewDebug.ExportedProperty(category = "progress")
630 @ViewDebug.ExportedProperty(category = "progress")
644 @ViewDebug.ExportedProperty(category = "progress")
H A DTableRow.java390 @ViewDebug.ExportedProperty(category = "layout")
396 @ViewDebug.ExportedProperty(category = "layout")
H A DRelativeLayout.java1017 @ViewDebug.ExportedProperty(category = "layout", resolveId = true, indexMapping = {
1046 @ViewDebug.ExportedProperty(category = "layout")
H A DAbsListView.java4287 @ViewDebug.ExportedProperty(category = "list", mapping = {
4299 @ViewDebug.ExportedProperty(category = "list")
4310 @ViewDebug.ExportedProperty(category = "list")
H A DListView.java1161 @ViewDebug.ExportedProperty(category = "list")
H A DTextView.java5911 @ViewDebug.ExportedProperty(category = "text")
5919 @ViewDebug.ExportedProperty(category = "text")
/frameworks/base/services/java/com/android/server/
H A DUiModeManagerService.java110 static Intent buildHomeIntent(String category) { argument
112 intent.addCategory(category);
134 String category = null;
139 category = Intent.CATEGORY_CAR_DOCK;
146 category = Intent.CATEGORY_DESK_DOCK;
151 category = Intent.CATEGORY_HOME;
155 if (category != null) {
158 Intent homeIntent = buildHomeIntent(category);
H A DPackageManagerService.java6650 "replacePreferredActivity expects filter to have only 1 category.");
6676 String category = filter.getCategory(0);
6679 if (pa.getAction(0).equals(action) && pa.getCategory(0).equals(category)) {
/frameworks/base/core/java/android/os/
H A DBatteryStats.java998 * @param category category of data (e.g. "total", "last", "unplugged", "current" )
1002 private static final void dumpLine(PrintWriter pw, int uid, String category, String type, argument
1006 pw.print(category); pw.print(',');
1041 String category = STAT_NAMES[which];
1044 dumpLine(pw, 0 /* uid */, category, BATTERY_DATA,
1081 dumpLine(pw, 0 /* uid */, category, MISC_DATA,
1092 dumpLine(pw, 0 /* uid */, category, SCREEN_BRIGHTNESS_DATA, args);
1099 dumpLine(pw, 0 /* uid */, category, SIGNAL_STRENGTH_TIME_DATA, args);
1100 dumpLine(pw, 0 /* uid */, category, SIGNAL_SCANNING_TIME_DAT
[all...]
/frameworks/base/core/java/android/content/
H A DIntentFilter.java78 * the <strong>action</strong> and <strong>category</strong> must match, and
158 * The part of a match constant that describes the category of match
169 * basic category of match. The value {@link #MATCH_ADJUSTMENT_NORMAL}
176 * Quality adjustment applied to the category of match that signifies
962 * Add a new Intent category to match against. The semantics of
965 * filter in order to match. In other words, adding a category to the
966 * filter has no impact on matching unless that category is specified in
969 * @param category Name of category to match, i.e. Intent.CATEGORY_EMBED.
971 public final void addCategory(String category) { argument
999 hasCategory(String category) argument
[all...]
H A DIntent.java110 * <li> <p><b>category</b> -- Gives additional information about the action
137 * <li> <p><b>{@link #ACTION_MAIN} with category {@link #CATEGORY_HOME}</b> --
147 * <i>*{@literal /}*</i> and category {@link #CATEGORY_OPENABLE}</b>
157 * <p>There are a variety of standard Intent action and category constants
202 * resolution: the action, type, and category. Using this information, a query
246 * &lt;category android:name="android.intent.category.LAUNCHER" /&gt;
252 * &lt;category android:name="android.intent.category.DEFAULT" /&gt;
257 * &lt;category androi
3182 hasCategory(String category) argument
3980 addCategory(String category) argument
3995 removeCategory(String category) argument
[all...]
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java280 mediaGroup.getChild(MEDIA_NAMESPACE, "category")
283 video.category = body;
414 || localName.equals("category")
511 if (localName.equals("category")) {
512 video.category = takeText();
536 public String category; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/core/java/android/view/
H A DView.java1391 @ViewDebug.ExportedProperty(category = "measurement")
1398 @ViewDebug.ExportedProperty(category = "measurement")
1642 @ViewDebug.ExportedProperty(category = "layout")
1649 @ViewDebug.ExportedProperty(category = "layout")
1656 @ViewDebug.ExportedProperty(category = "layout")
1663 @ViewDebug.ExportedProperty(category = "layout")
1671 @ViewDebug.ExportedProperty(category = "scrolling")
1678 @ViewDebug.ExportedProperty(category = "scrolling")
1686 @ViewDebug.ExportedProperty(category = "padding")
1693 @ViewDebug.ExportedProperty(category
[all...]
H A DMenuInflater.java258 final int category = a.getInt(com.android.internal.R.styleable.MenuItem_menuCategory, groupCategory);
260 itemCategoryOrder = (category & Menu.CATEGORY_MASK) | (order & Menu.USER_MASK);
H A DViewGroup.java366 @ViewDebug.ExportedProperty(category = "focus", mapping = {
2772 @ViewDebug.ExportedProperty(category = "drawing")
2807 @ViewDebug.ExportedProperty(category = "drawing")
2839 @ViewDebug.ExportedProperty(category = "drawing")
2876 @ViewDebug.ExportedProperty(category = "drawing", mapping = {
3509 @ViewDebug.ExportedProperty(category = "layout", mapping = {
3520 @ViewDebug.ExportedProperty(category = "layout", mapping = {
3645 @ViewDebug.ExportedProperty(category = "layout")
3651 @ViewDebug.ExportedProperty(category = "layout")
3657 @ViewDebug.ExportedProperty(category
[all...]
H A DViewDebug.java260 * Specifies the category the property falls into, such as measurement,
263 * @return the category as String
265 String category() default "";
1384 property.category().length() != 0 ? property.category() + ":" : "";
1457 property.category().length() != 0 ? property.category() + ":" : "";
/frameworks/base/packages/TtsService/src/android/tts/
H A DTtsService.java129 private static final String CATEGORY = "android.intent.category.TTS";
1209 for (String category : intent.getCategories()) {
1210 if (category.equals(CATEGORY)) {
/frameworks/base/tools/aapt/
H A DCommand.cpp1004 if (tag == "category") {
1005 String8 category = getAttribute(tree, NAME_ATTR, &error); local
1011 if (category == "android.intent.category.LAUNCHER") {

Completed in 378 milliseconds