Searched refs:IntToString (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActionBar.java1355 @ViewDebug.IntToString(from = -1, to = "NONE"),
1356 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1357 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1358 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1359 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1360 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1361 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1362 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1363 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1364 @ViewDebug.IntToString(fro
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManager.java269 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION,
271 @ViewDebug.IntToString(from = TYPE_APPLICATION,
273 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING,
275 @ViewDebug.IntToString(from = TYPE_DRAWN_APPLICATION,
277 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL,
279 @ViewDebug.IntToString(from = TYPE_APPLICATION_MEDIA,
281 @ViewDebug.IntToString(from = TYPE_APPLICATION_SUB_PANEL,
283 @ViewDebug.IntToString(from = TYPE_APPLICATION_ABOVE_SUB_PANEL,
285 @ViewDebug.IntToString(from = TYPE_APPLICATION_ATTACHED_DIALOG,
287 @ViewDebug.IntToString(fro
[all...]
H A DViewDebug.java111 * {@literal @}ViewDebug.IntToString(from = 0, to = "VISIBLE"),
112 * {@literal @}ViewDebug.IntToString(from = 4, to = "INVISIBLE"),
113 * {@literal @}ViewDebug.IntToString(from = 8, to = "GONE")
120 * @see android.view.ViewDebug.IntToString
122 IntToString[] mapping() default { };
131 * {@literal @}ViewDebug.IntToString(from = 0, to = "INVALID"),
132 * {@literal @}ViewDebug.IntToString(from = 1, to = "FIRST"),
133 * {@literal @}ViewDebug.IntToString(from = 2, to = "SECOND")
140 * @see android.view.ViewDebug.IntToString
143 IntToString[] indexMappin
219 public @interface IntToString { interface in class:ViewDebug
[all...]
H A DView.java4452 @ViewDebug.IntToString(from = LAYER_TYPE_NONE, to = "NONE"),
4453 @ViewDebug.IntToString(from = LAYER_TYPE_SOFTWARE, to = "SOFTWARE"),
4454 @ViewDebug.IntToString(from = LAYER_TYPE_HARDWARE, to = "HARDWARE")
7854 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_AUTO, to = "auto"),
7855 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES, to = "yes"),
7856 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO, to = "no"),
7857 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_YES_EXCLUDE_DESCENDANTS,
7859 @ViewDebug.IntToString(from = IMPORTANT_FOR_AUTOFILL_NO_EXCLUDE_DESCENDANTS,
9403 @ViewDebug.IntToString(from = VISIBLE, to = "VISIBLE"),
9404 @ViewDebug.IntToString(fro
[all...]
H A DViewGroup.java696 @ViewDebug.IntToString(from = FOCUS_BEFORE_DESCENDANTS, to = "FOCUS_BEFORE_DESCENDANTS"),
697 @ViewDebug.IntToString(from = FOCUS_AFTER_DESCENDANTS, to = "FOCUS_AFTER_DESCENDANTS"),
698 @ViewDebug.IntToString(from = FOCUS_BLOCK_DESCENDANTS, to = "FOCUS_BLOCK_DESCENDANTS")
6316 @ViewDebug.IntToString(from = PERSISTENT_NO_CACHE, to = "NONE"),
6317 @ViewDebug.IntToString(from = PERSISTENT_ANIMATION_CACHE, to = "ANIMATION"),
6318 @ViewDebug.IntToString(from = PERSISTENT_SCROLLING_CACHE, to = "SCROLLING"),
6319 @ViewDebug.IntToString(from = PERSISTENT_ALL_CACHES, to = "ALL")
7466 @ViewDebug.IntToString(from = MATCH_PARENT, to = "MATCH_PARENT"),
7467 @ViewDebug.IntToString(from = WRAP_CONTENT, to = "WRAP_CONTENT")
7477 @ViewDebug.IntToString(fro
[all...]
/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java1220 @ViewDebug.IntToString(from = ABOVE, to = "above"),
1221 @ViewDebug.IntToString(from = ALIGN_BASELINE, to = "alignBaseline"),
1222 @ViewDebug.IntToString(from = ALIGN_BOTTOM, to = "alignBottom"),
1223 @ViewDebug.IntToString(from = ALIGN_LEFT, to = "alignLeft"),
1224 @ViewDebug.IntToString(from = ALIGN_PARENT_BOTTOM, to = "alignParentBottom"),
1225 @ViewDebug.IntToString(from = ALIGN_PARENT_LEFT, to = "alignParentLeft"),
1226 @ViewDebug.IntToString(from = ALIGN_PARENT_RIGHT, to = "alignParentRight"),
1227 @ViewDebug.IntToString(from = ALIGN_PARENT_TOP, to = "alignParentTop"),
1228 @ViewDebug.IntToString(from = ALIGN_RIGHT, to = "alignRight"),
1229 @ViewDebug.IntToString(fro
[all...]
H A DLinearLayout.java1955 @ViewDebug.IntToString(from = -1, to = "NONE"),
1956 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
1957 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
1958 @ViewDebug.IntToString(from = Gravity.BOTTOM, to = "BOTTOM"),
1959 @ViewDebug.IntToString(from = Gravity.LEFT, to = "LEFT"),
1960 @ViewDebug.IntToString(from = Gravity.RIGHT, to = "RIGHT"),
1961 @ViewDebug.IntToString(from = Gravity.START, to = "START"),
1962 @ViewDebug.IntToString(from = Gravity.END, to = "END"),
1963 @ViewDebug.IntToString(from = Gravity.CENTER_VERTICAL, to = "CENTER_VERTICAL"),
1964 @ViewDebug.IntToString(fro
[all...]
H A DTextView.java3591 @ViewDebug.IntToString(from = Typeface.NORMAL, to = "NORMAL"),
3592 @ViewDebug.IntToString(from = Typeface.BOLD, to = "BOLD"),
3593 @ViewDebug.IntToString(from = Typeface.ITALIC, to = "ITALIC"),
3594 @ViewDebug.IntToString(from = Typeface.BOLD_ITALIC, to = "BOLD_ITALIC")
H A DAbsListView.java6509 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_IGNORE, to = "ITEM_VIEW_TYPE_IGNORE"),
6510 @ViewDebug.IntToString(from = ITEM_VIEW_TYPE_HEADER_OR_FOOTER, to = "ITEM_VIEW_TYPE_HEADER_OR_FOOTER")
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java854 @ViewDebug.IntToString(from = VIEW_TYPE_MAIN, to = "MAIN"),
855 @ViewDebug.IntToString(from = VIEW_TYPE_INFO, to = "INFO"),
856 @ViewDebug.IntToString(from = VIEW_TYPE_EXTRA, to = "EXTRA")
/frameworks/base/core/java/android/os/
H A DBatteryStats.java2205 public interface IntToString { interface in class:BatteryStats
2209 private static final IntToString sUidToString = UserHandle::formatUid;
2210 private static final IntToString sIntToString = Integer::toString;
2212 public static final IntToString[] HISTORY_EVENT_INT_FORMATTERS = new IntToString[] {
/frameworks/base/config/
H A Dpreloaded-classes1726 android.os.BatteryStats$IntToString
H A Dcompiled-classes-phone3184 android.os.BatteryStats$IntToString

Completed in 7156 milliseconds