Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DFrameMetrics.java273 Index.INTENDED_VSYNC, Index.HANDLE_INPUT_START,
275 Index.HANDLE_INPUT_START, Index.ANIMATION_START,
277 Index.ANIMATION_START, Index.PERFORM_TRAVERSALS_START,
279 Index.PERFORM_TRAVERSALS_START, Index.DRAW_START,
281 Index.DRAW_START, Index.SYNC_QUEUED,
283 Index.SYNC_START, Index.ISSUE_DRAW_COMMANDS_START,
285 Index.ISSUE_DRAW_COMMANDS_START, Index.SWAP_BUFFERS,
287 Index.SWAP_BUFFERS, Index.SWAP_BUFFERS_COMPLETED,
289 Index.INTENDED_VSYNC, Index.FRAME_COMPLETED,
297 Index.COMMAND_SUBMISSION_COMPLETED, Index.GPU_COMPLETED,
[all …]
H A DViewRootImpl.java9613 public long[] data = new long[FrameMetrics.Index.FRAME_STATS_COUNT];
9617 final int inputEventId = (int) data[FrameMetrics.Index.INPUT_EVENT_ID]; in onFrameMetricsAvailable()
9621 final long presentTime = data[FrameMetrics.Index.DISPLAY_PRESENT_TIME]; in onFrameMetricsAvailable()
9627 final long gpuCompletedTime = data[FrameMetrics.Index.GPU_COMPLETED]; in onFrameMetricsAvailable()
9633 final long vsyncId = data[FrameMetrics.Index.FRAME_TIMELINE_VSYNC_ID]; in onFrameMetricsAvailable()
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
H A DFrameTimingStats.java28 Index.FLAGS,
29 Index.INTENDED_VSYNC,
30 Index.VSYNC,
31 Index.OLDEST_INPUT_EVENT,
34 Index.ANIMATION_START,
36 Index.DRAW_START,
37 Index.SYNC_QUEUED,
38 Index.SYNC_START,
40 Index.SWAP_BUFFERS,
41 Index.FRAME_COMPLETED,
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DMenuMessageView.java55 Index.TEXT_VIEW,
56 Index.UNDO_BUTTON
59 @interface Index { annotation in MenuMessageView
73 addView(mTextView, Index.TEXT_VIEW, in MenuMessageView()
75 addView(mUndoButton, Index.UNDO_BUTTON, new LayoutParams(WRAP_CONTENT, WRAP_CONTENT)); in MenuMessageView()
H A DMenuViewLayer.java28 import static com.android.systemui.accessibility.floatingmenu.MenuMessageView.Index;
227 final TextView messageText = (TextView) mMessageView.getChildAt(Index.TEXT_VIEW); in MenuViewLayer()
/aosp14/frameworks/base/core/proto/android/util/
H A Dlog.proto62 // Index of the event tag, can look up in event-log-tags file
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowerstatsservice.proto227 * Index corresponding to the energy meter channel. This index matches
245 * Index corresponding to the energy meter channel. This index matches
H A Dpeopleservice.proto100 // Index of events' time distributions (com.android.server.people.data.EventIndex).
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DEventLogTags.logtags59 31002 wm_task_moved (TaskId|1|5),(Root Task ID|1|5),(Display Id|1|5),(ToTop|1),(Index|1)
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/mobile/dataservice/
H A DSubscriptionInfoEntity.java30 import androidx.room.Index;
/aosp14/system/core/fastboot/
H A Dudp.cpp52 enum Index { enum
/aosp14/frameworks/base/core/java/com/android/internal/jank/
H A DFrameTracker.java518 mMetricsWrapper.getTiming()[FrameMetrics.Index.FRAME_TIMELINE_VSYNC_ID]; in onFrameMetricsAvailable()
/aosp14/frameworks/base/proto/src/metrics_constants/
H A Dmetrics_constants.proto928 // SUBTYPE: Index of action on notification
1379 // SUBTYPE: Index of target
1385 // SUBTYPE: Index of target
1391 // SUBTYPE: Index of target
2317 // Subtype: Index of selection
2321 // Subtype: Index of selection
2325 // Subtype: Index of selection
5843 // SUBTYPE: Index of smart reply clicked.
6201 // FIELD: Index of the autofill request inside of a session.
7430 // SUBTYPE: Index of target
/aosp14/frameworks/base/core/proto/android/os/
H A Dbatterystats.proto580 // Index of the frequency in system.cpu_frequency. It starts from 1, to
/aosp14/frameworks/base/media/native/midi/include/
H A DDoxyfile672 # will remove the Files entry from the Quick Index and from the Folder Tree View
679 # page. This will remove the Namespaces entry from the Quick Index and from the
1799 # index chapters (such as File Index, Compound Index, etc.) in the output.
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt60018 Landroid/view/FrameMetrics$Index;->ANIMATION_START:I
60019 Landroid/view/FrameMetrics$Index;->DRAW_START:I
60020 Landroid/view/FrameMetrics$Index;->FLAGS:I
60021 Landroid/view/FrameMetrics$Index;->FRAME_COMPLETED:I
60022 Landroid/view/FrameMetrics$Index;->FRAME_STATS_COUNT:I
60023 Landroid/view/FrameMetrics$Index;->HANDLE_INPUT_START:I
60024 Landroid/view/FrameMetrics$Index;->INTENDED_VSYNC:I
60029 Landroid/view/FrameMetrics$Index;->SWAP_BUFFERS:I
60030 Landroid/view/FrameMetrics$Index;->SYNC_QUEUED:I
60031 Landroid/view/FrameMetrics$Index;->SYNC_START:I
[all …]
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt29504Index;-><init>(Ljava/util/concurrent/ConcurrentSkipListMap$Node;Ljava/util/concurrent/ConcurrentSk…
29509 …ces(Ljava/util/concurrent/ConcurrentSkipListMap$Index;ILjava/util/concurrent/ConcurrentSkipListMap…
48332 Ljava/util/concurrent/ConcurrentSkipListMap$Index;
H A Dpreloaded-classes15419 java.util.concurrent.ConcurrentSkipListMap$Index