This branch will ONLY be configured for pixel 6 & 7 series. Co-authored-by: Pranav Vashi <neobuddy89@gmail.com> Co-authored-by: LorDClockaN <lordclockan@gmail.com> Co-authored-by: AmeChanRain <downloadbot007@gmail.com> Co-authored-by: Ramii Ahmed <ramy@ahmedramy.com> Co-authored-by: Max Weninger <max.weninger@gmail.com> Co-authored-by: Hikari-no-Tenshi <kyryljan.serhij@gmail.com> Co-authored-by: EmanuelCN <emanuelghub@gmail.com> Signed-off-by: AnierinB <anierin@evolution-x.org>
45 lines
1.5 KiB
XML
45 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
Copyright (C) 2016 The Android Open Source Project
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="vertical">
|
|
|
|
<TextView android:id="@+id/jitter_mma"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true" />
|
|
|
|
<TextView android:id="@+id/totalish_mma"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true" />
|
|
|
|
<TextView android:id="@+id/ui_frametime_mma"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true" />
|
|
|
|
<TextView android:id="@+id/rt_frametime_mma"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true" />
|
|
|
|
<TextView android:id="@+id/total_mma"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:singleLine="true" />
|
|
|
|
<View android:layout_width="match_parent"
|
|
android:layout_height="0px"
|
|
android:layout_weight="1" />
|
|
|
|
<view class="org.evolution.pixelparts.uibench.JitterTestActivity$PointGraphView"
|
|
android:id="@+id/graph"
|
|
android:layout_height="200dp"
|
|
android:layout_width="match_parent" />
|
|
</LinearLayout>
|