HomeSort by relevance Sort by last modified time
    Searched refs:ExportedProperty (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
Task.java 58 @ViewDebug.ExportedProperty(category="recents")
60 @ViewDebug.ExportedProperty(category="recents")
62 @ViewDebug.ExportedProperty(category="recents")
64 @ViewDebug.ExportedProperty(category="recents")
66 @ViewDebug.ExportedProperty(category="recents")
68 @ViewDebug.ExportedProperty(category="recents")
118 @ViewDebug.ExportedProperty(deepExport=true, prefix="key_")
129 @ViewDebug.ExportedProperty(deepExport=true, prefix="group_")
135 @ViewDebug.ExportedProperty(category="recents")
137 @ViewDebug.ExportedProperty(category="recents"
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DozeTrigger.java 30 @ViewDebug.ExportedProperty(category="recents")
32 @ViewDebug.ExportedProperty(category="recents")
34 @ViewDebug.ExportedProperty(category="recents")
  /art/test/005-annotations/src/android/test/anno/
ExportedProperty.java 9 public @interface ExportedProperty {
TestAnnotations.java 93 @ExportedProperty(mapping = {
138 ExportedProperty property;
146 property = meth.getAnnotation(ExportedProperty.class);
153 System.out.println("present(getFocusType, ExportedProperty): " +
154 meth.isAnnotationPresent(ExportedProperty.class));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
AnimateableViewBounds.java 34 @ViewDebug.ExportedProperty(category="recents")
36 @ViewDebug.ExportedProperty(category="recents")
38 @ViewDebug.ExportedProperty(category="recents")
40 @ViewDebug.ExportedProperty(category="recents")
42 @ViewDebug.ExportedProperty(category="recents")
RecentsViewTouchHandler.java 53 @ViewDebug.ExportedProperty(deepExport=true, prefix="drag_task")
55 @ViewDebug.ExportedProperty(deepExport=true, prefix="drag_task_view_")
58 @ViewDebug.ExportedProperty(category="recents")
60 @ViewDebug.ExportedProperty(category="recents")
62 @ViewDebug.ExportedProperty(category="recents")
64 @ViewDebug.ExportedProperty(category="recents")
TaskStackLayoutAlgorithm.java 238 @ViewDebug.ExportedProperty(category="recents")
241 @ViewDebug.ExportedProperty(category="recents")
244 @ViewDebug.ExportedProperty(category="recents")
247 @ViewDebug.ExportedProperty(category="recents")
255 @ViewDebug.ExportedProperty(category="recents")
258 @ViewDebug.ExportedProperty(category="recents")
261 @ViewDebug.ExportedProperty(category="recents")
264 @ViewDebug.ExportedProperty(category="recents")
269 @ViewDebug.ExportedProperty(category="recents")
273 @ViewDebug.ExportedProperty(category="recents"
    [all...]
TaskView.java 130 @ViewDebug.ExportedProperty(category="recents")
134 @ViewDebug.ExportedProperty(deepExport=true, prefix="task_")
137 @ViewDebug.ExportedProperty(category="recents")
139 @ViewDebug.ExportedProperty(category="recents")
141 @ViewDebug.ExportedProperty(category="recents")
143 @ViewDebug.ExportedProperty(deepExport=true, prefix="view_bounds_")
152 @ViewDebug.ExportedProperty(deepExport=true, prefix="thumbnail_")
154 @ViewDebug.ExportedProperty(deepExport=true, prefix="header_")
160 @ViewDebug.ExportedProperty(category="recents")
TaskViewThumbnail.java 61 @ViewDebug.ExportedProperty(category="recents")
63 @ViewDebug.ExportedProperty(category="recents")
65 @ViewDebug.ExportedProperty(category="recents")
75 @ViewDebug.ExportedProperty(category="recents")
90 @ViewDebug.ExportedProperty(category="recents")
93 @ViewDebug.ExportedProperty(category="recents")
TaskStackViewScroller.java 68 @ViewDebug.ExportedProperty(category="recents")
70 @ViewDebug.ExportedProperty(category="recents")
TaskStackView.java 148 @ViewDebug.ExportedProperty(deepExport=true, prefix="layout_")
152 @ViewDebug.ExportedProperty(deepExport=true, prefix="scroller_")
154 @ViewDebug.ExportedProperty(deepExport=true, prefix="touch_")
166 @ViewDebug.ExportedProperty(deepExport=true, prefix="doze_")
168 @ViewDebug.ExportedProperty(deepExport=true, prefix="focused_task_")
175 @ViewDebug.ExportedProperty(category="recents")
177 @ViewDebug.ExportedProperty(category="recents")
179 @ViewDebug.ExportedProperty(category="recents")
181 @ViewDebug.ExportedProperty(category="recents")
183 @ViewDebug.ExportedProperty(category="recents"
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherRootView.java 17 @ViewDebug.ExportedProperty(category = "launcher")
19 @ViewDebug.ExportedProperty(category = "launcher")
21 @ViewDebug.ExportedProperty(category = "launcher")
ClickShadowView.java 37 @ViewDebug.ExportedProperty(category = "launcher")
39 @ViewDebug.ExportedProperty(category = "launcher")
DropTargetBar.java 52 @ViewDebug.ExportedProperty(category = "launcher")
55 @ViewDebug.ExportedProperty(category = "launcher")
Hotseat.java 51 @ViewDebug.ExportedProperty(category = "launcher")
54 @ViewDebug.ExportedProperty(category = "launcher")
56 @ViewDebug.ExportedProperty(category = "launcher")
InsettableFrameLayout.java 18 @ViewDebug.ExportedProperty(category = "launcher")
  /external/libbrillo/brillo/dbus/
exported_property_set.h 163 class ExportedProperty : public ExportedPropertyBase {
165 ExportedProperty() = default;
166 ~ExportedProperty() override = default;
219 DISALLOW_COPY_AND_ASSIGN(ExportedProperty);
exported_property_set_unittest.cc 65 ExportedProperty<bool> bool_prop_;
66 ExportedProperty<uint8_t> uint8_prop_;
67 ExportedProperty<int16_t> int16_prop_;
68 ExportedProperty<uint16_t> uint16_prop_;
69 ExportedProperty<int32_t> int32_prop_;
70 ExportedProperty<uint32_t> uint32_prop_;
71 ExportedProperty<int64_t> int64_prop_;
72 ExportedProperty<uint64_t> uint64_prop_;
73 ExportedProperty<double> double_prop_;
74 ExportedProperty<std::string> string_prop_
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/qsb/
QsbWidgetHostView.java 35 @ViewDebug.ExportedProperty(category = "launcher")
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
CorpusView.java 68 @ViewDebug.ExportedProperty
  /frameworks/base/core/java/android/widget/
TextClock.java 19 import static android.view.ViewDebug.ExportedProperty;
128 @ExportedProperty
130 @ExportedProperty
277 @ExportedProperty
336 @ExportedProperty
FrameLayout.java 60 @ViewDebug.ExportedProperty(category = "measurement")
63 @ViewDebug.ExportedProperty(category = "padding")
66 @ViewDebug.ExportedProperty(category = "padding")
69 @ViewDebug.ExportedProperty(category = "padding")
72 @ViewDebug.ExportedProperty(category = "padding")
ActionMenuView.java 792 @ViewDebug.ExportedProperty(category = "layout")
796 @ViewDebug.ExportedProperty(category = "layout")
800 @ViewDebug.ExportedProperty(category = "layout")
804 @ViewDebug.ExportedProperty(category = "layout")
808 @ViewDebug.ExportedProperty(category = "layout")
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 392 @ViewDebug.ExportedProperty
398 @ViewDebug.ExportedProperty
404 @ViewDebug.ExportedProperty
410 @ViewDebug.ExportedProperty
422 @ViewDebug.ExportedProperty
425 @ViewDebug.ExportedProperty
  /frameworks/base/graphics/java/android/graphics/drawable/
ColorDrawable.java 51 @ViewDebug.ExportedProperty(deepExport = true, prefix = "state_")
321 @ViewDebug.ExportedProperty

Completed in 403 milliseconds

1 2 3 4