Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
61349ca6
Unverified
Commit
61349ca6
authored
Aug 09, 2020
by
Hans Muller
Committed by
GitHub
Aug 09, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated old button references in dev/integration_tests/hybrid_android_views (#63215)
parent
8798bc43
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
motion_events_page.dart
...on_tests/hybrid_android_views/lib/motion_events_page.dart
+5
-5
nested_view_event_page.dart
...ests/hybrid_android_views/lib/nested_view_event_page.dart
+4
-4
No files found.
dev/integration_tests/hybrid_android_views/lib/motion_events_page.dart
View file @
61349ca6
...
...
@@ -64,13 +64,13 @@ class MotionEventsBodyState extends State<MotionEventsBody> {
Row
(
children:
<
Widget
>[
Expanded
(
child:
Rais
edButton
(
child:
Elevat
edButton
(
child:
const
Text
(
'RECORD'
),
onPressed:
listenToFlutterViewEvents
,
),
),
Expanded
(
child:
Rais
edButton
(
child:
Elevat
edButton
(
child:
const
Text
(
'CLEAR'
),
onPressed:
()
{
setState
(()
{
...
...
@@ -81,7 +81,7 @@ class MotionEventsBodyState extends State<MotionEventsBody> {
),
),
Expanded
(
child:
Rais
edButton
(
child:
Elevat
edButton
(
child:
const
Text
(
'SAVE'
),
onPressed:
()
{
const
StandardMessageCodec
codec
=
StandardMessageCodec
();
...
...
@@ -91,14 +91,14 @@ class MotionEventsBodyState extends State<MotionEventsBody> {
),
),
Expanded
(
child:
Rais
edButton
(
child:
Elevat
edButton
(
key:
const
ValueKey
<
String
>(
'play'
),
child:
const
Text
(
'PLAY FILE'
),
onPressed:
()
{
playEventsFile
();
},
),
),
Expanded
(
child:
Rais
edButton
(
child:
Elevat
edButton
(
key:
const
ValueKey
<
String
>(
'back'
),
child:
const
Text
(
'BACK'
),
onPressed:
()
{
Navigator
.
pop
(
context
);
},
...
...
dev/integration_tests/hybrid_android_views/lib/nested_view_event_page.dart
View file @
61349ca6
...
...
@@ -60,24 +60,24 @@ class NestedViewEventBodyState extends State<NestedViewEventBody> {
),
if
(
lastTestStatus
!=
_LastTestStatus
.
pending
)
_statusWidget
(),
if
(
viewChannel
!=
null
)
...
<
Widget
>[
Rais
edButton
(
Elevat
edButton
(
key:
const
ValueKey
<
String
>(
'ShowAlertDialog'
),
child:
const
Text
(
'SHOW ALERT DIALOG'
),
onPressed:
onShowAlertDialogPressed
,
),
Rais
edButton
(
Elevat
edButton
(
key:
const
ValueKey
<
String
>(
'TogglePlatformView'
),
child:
const
Text
(
'TOGGLE PLATFORM VIEW'
),
onPressed:
onTogglePlatformView
,
),
Row
(
children:
<
Widget
>[
Rais
edButton
(
Elevat
edButton
(
key:
const
ValueKey
<
String
>(
'AddChildView'
),
child:
const
Text
(
'ADD CHILD VIEW'
),
onPressed:
onChildViewPressed
,
),
Rais
edButton
(
Elevat
edButton
(
key:
const
ValueKey
<
String
>(
'TapChildView'
),
child:
const
Text
(
'TAP CHILD VIEW'
),
onPressed:
onTapChildViewPressed
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment