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
67ed7807
Unverified
Commit
67ed7807
authored
Nov 02, 2017
by
Michael Goderbauer
Committed by
GitHub
Nov 02, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new line after "see also" (#12850)
parent
c027aa15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
semantics.dart
packages/flutter/lib/src/rendering/semantics.dart
+6
-0
No files found.
packages/flutter/lib/src/rendering/semantics.dart
View file @
67ed7807
...
@@ -328,6 +328,7 @@ class SemanticsNode extends AbstractNode with DiagnosticableTreeMixin {
...
@@ -328,6 +328,7 @@ class SemanticsNode extends AbstractNode with DiagnosticableTreeMixin {
/// decedent nodes are merged into this node.
/// decedent nodes are merged into this node.
///
///
/// See also:
/// See also:
///
/// * [isMergedIntoParent]
/// * [isMergedIntoParent]
/// * [mergeAllDescendantsIntoThisNode]
/// * [mergeAllDescendantsIntoThisNode]
bool
get
isPartOfNodeMerging
=>
mergeAllDescendantsIntoThisNode
||
isMergedIntoParent
;
bool
get
isPartOfNodeMerging
=>
mergeAllDescendantsIntoThisNode
||
isMergedIntoParent
;
...
@@ -1092,6 +1093,7 @@ class SemanticsConfiguration {
...
@@ -1092,6 +1093,7 @@ class SemanticsConfiguration {
/// would like to contribute to the semantics tree.
/// would like to contribute to the semantics tree.
///
///
/// See also:
/// See also:
///
/// * [addAction] to add an action.
/// * [addAction] to add an action.
final
Map
<
SemanticsAction
,
VoidCallback
>
_actions
=
<
SemanticsAction
,
VoidCallback
>{};
final
Map
<
SemanticsAction
,
VoidCallback
>
_actions
=
<
SemanticsAction
,
VoidCallback
>{};
...
@@ -1111,6 +1113,7 @@ class SemanticsConfiguration {
...
@@ -1111,6 +1113,7 @@ class SemanticsConfiguration {
/// registered.
/// registered.
///
///
/// See also:
/// See also:
///
/// * [addAction] to add an action.
/// * [addAction] to add an action.
VoidCallback
getActionHandler
(
SemanticsAction
action
)
=>
_actions
[
action
];
VoidCallback
getActionHandler
(
SemanticsAction
action
)
=>
_actions
[
action
];
...
@@ -1153,6 +1156,7 @@ class SemanticsConfiguration {
...
@@ -1153,6 +1156,7 @@ class SemanticsConfiguration {
/// The reading direction is given by [textDirection].
/// The reading direction is given by [textDirection].
///
///
/// See also:
/// See also:
///
/// * [decreasedValue], describes what [value] will be after performing
/// * [decreasedValue], describes what [value] will be after performing
/// [SemanticsAction.decrease]
/// [SemanticsAction.decrease]
/// * [increasedValue], describes what [value] will be after performing
/// * [increasedValue], describes what [value] will be after performing
...
@@ -1256,6 +1260,7 @@ class SemanticsConfiguration {
...
@@ -1256,6 +1260,7 @@ class SemanticsConfiguration {
/// [SemanticsNode]s.
/// [SemanticsNode]s.
///
///
/// See also:
/// See also:
///
/// * [addTagForChildren] to add a tag and for more information about their
/// * [addTagForChildren] to add a tag and for more information about their
/// usage.
/// usage.
Iterable
<
SemanticsTag
>
get
tagsForChildren
=>
_tagsForChildren
;
Iterable
<
SemanticsTag
>
get
tagsForChildren
=>
_tagsForChildren
;
...
@@ -1273,6 +1278,7 @@ class SemanticsConfiguration {
...
@@ -1273,6 +1278,7 @@ class SemanticsConfiguration {
/// can use this information to determine the shape of the semantics tree.
/// can use this information to determine the shape of the semantics tree.
///
///
/// See also:
/// See also:
///
/// * [RenderSemanticsGestureHandler.excludeFromScrolling] for an example of
/// * [RenderSemanticsGestureHandler.excludeFromScrolling] for an example of
/// how tags are used.
/// how tags are used.
void
addTagForChildren
(
SemanticsTag
tag
)
{
void
addTagForChildren
(
SemanticsTag
tag
)
{
...
...
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