Przeprowadzka
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="androidx.constraintlayout.widget" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="21" />
|
||||
<!-- package="androidx.constraintlayout.widget" -->
|
||||
<application />
|
||||
|
||||
</manifest>
|
||||
Executable
+178
@@ -0,0 +1,178 @@
|
||||
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
Executable
+6
@@ -0,0 +1,6 @@
|
||||
aarFormatVersion=1.0
|
||||
aarMetadataVersion=1.0
|
||||
minCompileSdk=34
|
||||
minCompileSdkExtension=0
|
||||
minAndroidGradlePluginVersion=1.0.0
|
||||
coreLibraryDesugaringEnabled=false
|
||||
Executable
+1276
File diff suppressed because it is too large
Load Diff
+346
@@ -0,0 +1,346 @@
|
||||
# Adding Baseline Profile definitions for constraintlayout.
|
||||
# Adding rules that technically belong to core to this module, given we can only distribute these rules inside an AAR.
|
||||
|
||||
# androidx/constraintlayout/core
|
||||
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;-><init>(Landroidx/constraintlayout/core/ArrayRow;Landroidx/constraintlayout/core/Cache;)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->add(Landroidx/constraintlayout/core/SolverVariable;FZ)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->clear()V
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->contains(Landroidx/constraintlayout/core/SolverVariable;)Z
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->get(Landroidx/constraintlayout/core/SolverVariable;)F
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->getCurrentSize()I
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->getVariable(I)Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->getVariableValue(I)F
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->invert()V
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->put(Landroidx/constraintlayout/core/SolverVariable;F)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->remove(Landroidx/constraintlayout/core/SolverVariable;Z)F
|
||||
HSPLandroidx/constraintlayout/core/ArrayLinkedVariables;->use(Landroidx/constraintlayout/core/ArrayRow;Z)F
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;-><init>(Landroidx/constraintlayout/core/Cache;)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->addError(Landroidx/constraintlayout/core/LinearSystem;I)Landroidx/constraintlayout/core/ArrayRow;
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->addSingleError(Landroidx/constraintlayout/core/SolverVariable;I)Landroidx/constraintlayout/core/ArrayRow;
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->chooseSubject(Landroidx/constraintlayout/core/LinearSystem;)Z
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->chooseSubjectInVariables(Landroidx/constraintlayout/core/LinearSystem;)Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->createRowEquals(Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/SolverVariable;I)Landroidx/constraintlayout/core/ArrayRow;
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->createRowGreaterThan(Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/SolverVariable;I)Landroidx/constraintlayout/core/ArrayRow;
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->ensurePositiveConstant()V
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->getKey()Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->hasKeyVariable()Z
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->hasVariable(Landroidx/constraintlayout/core/SolverVariable;)Z
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->isEmpty()Z
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->isNew(Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/LinearSystem;)Z
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->pivot(Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->reset()V
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->updateFromFinalVariable(Landroidx/constraintlayout/core/LinearSystem;Landroidx/constraintlayout/core/SolverVariable;Z)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->updateFromRow(Landroidx/constraintlayout/core/LinearSystem;Landroidx/constraintlayout/core/ArrayRow;Z)V
|
||||
HSPLandroidx/constraintlayout/core/ArrayRow;->updateFromSystem(Landroidx/constraintlayout/core/LinearSystem;)V
|
||||
HSPLandroidx/constraintlayout/core/Cache;-><init>()V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;-><init>()V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->acquireSolverVariable(Landroidx/constraintlayout/core/SolverVariable$Type;Ljava/lang/String;)Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->addConstraint(Landroidx/constraintlayout/core/ArrayRow;)V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->addEquality(Landroidx/constraintlayout/core/SolverVariable;I)V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->addEquality(Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/SolverVariable;II)Landroidx/constraintlayout/core/ArrayRow;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->addGreaterThan(Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/SolverVariable;II)V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->addRow(Landroidx/constraintlayout/core/ArrayRow;)V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->addSingleError(Landroidx/constraintlayout/core/ArrayRow;II)V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->computeValues()V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->createErrorVariable(ILjava/lang/String;)Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->createObjectVariable(Ljava/lang/Object;)Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->createRow()Landroidx/constraintlayout/core/ArrayRow;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->createSlackVariable()Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->enforceBFS(Landroidx/constraintlayout/core/LinearSystem$Row;)I
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->getCache()Landroidx/constraintlayout/core/Cache;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->getMetrics()Landroidx/constraintlayout/core/Metrics;
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->getObjectVariableValue(Ljava/lang/Object;)I
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->minimize()V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->minimizeGoal(Landroidx/constraintlayout/core/LinearSystem$Row;)V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->optimize(Landroidx/constraintlayout/core/LinearSystem$Row;Z)I
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->releaseRows()V
|
||||
HSPLandroidx/constraintlayout/core/LinearSystem;->reset()V
|
||||
HSPLandroidx/constraintlayout/core/Pools$SimplePool;-><init>(I)V
|
||||
HSPLandroidx/constraintlayout/core/Pools$SimplePool;->acquire()Ljava/lang/Object;
|
||||
HSPLandroidx/constraintlayout/core/Pools$SimplePool;->release(Ljava/lang/Object;)Z
|
||||
HSPLandroidx/constraintlayout/core/Pools$SimplePool;->releaseAll([Ljava/lang/Object;I)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;-><init>(Landroidx/constraintlayout/core/PriorityGoalRow;Landroidx/constraintlayout/core/PriorityGoalRow;)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;->addToGoal(Landroidx/constraintlayout/core/SolverVariable;F)Z
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;->init(Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;->isNegative()Z
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;->isSmallerThan(Landroidx/constraintlayout/core/SolverVariable;)Z
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;->reset()V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;-><init>(Landroidx/constraintlayout/core/Cache;)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->addError(Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->addToGoal(Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->clear()V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->getPivotCandidate(Landroidx/constraintlayout/core/LinearSystem;[Z)Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->isEmpty()Z
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->removeGoal(Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/PriorityGoalRow;->updateFromRow(Landroidx/constraintlayout/core/LinearSystem;Landroidx/constraintlayout/core/ArrayRow;Z)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable$Type;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable$Type;-><init>(Ljava/lang/String;I)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;-><init>(Landroidx/constraintlayout/core/SolverVariable$Type;Ljava/lang/String;)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->addToRow(Landroidx/constraintlayout/core/ArrayRow;)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->increaseErrorId()V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->removeFromRow(Landroidx/constraintlayout/core/ArrayRow;)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->reset()V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->setFinalValue(Landroidx/constraintlayout/core/LinearSystem;F)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->setType(Landroidx/constraintlayout/core/SolverVariable$Type;Ljava/lang/String;)V
|
||||
HSPLandroidx/constraintlayout/core/SolverVariable;->updateReferencesWithNewDefinition(Landroidx/constraintlayout/core/LinearSystem;Landroidx/constraintlayout/core/ArrayRow;)V
|
||||
Landroidx/constraintlayout/core/ArrayLinkedVariables;
|
||||
Landroidx/constraintlayout/core/ArrayRow$ArrayRowVariables;
|
||||
Landroidx/constraintlayout/core/ArrayRow;
|
||||
Landroidx/constraintlayout/core/Cache;
|
||||
Landroidx/constraintlayout/core/LinearSystem$Row;
|
||||
Landroidx/constraintlayout/core/LinearSystem$ValuesRow;
|
||||
Landroidx/constraintlayout/core/LinearSystem;
|
||||
Landroidx/constraintlayout/core/Metrics;
|
||||
Landroidx/constraintlayout/core/Pools$Pool;
|
||||
Landroidx/constraintlayout/core/Pools$SimplePool;
|
||||
Landroidx/constraintlayout/core/PriorityGoalRow$GoalVariableAccessor;
|
||||
Landroidx/constraintlayout/core/PriorityGoalRow;
|
||||
Landroidx/constraintlayout/core/SolverVariable$Type;
|
||||
Landroidx/constraintlayout/core/SolverVariable;
|
||||
|
||||
# androidx/constraintlayout/core/state
|
||||
|
||||
HSPLandroidx/constraintlayout/core/state/WidgetFrame;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/state/WidgetFrame;-><init>(Landroidx/constraintlayout/core/widgets/ConstraintWidget;)V
|
||||
Landroidx/constraintlayout/core/state/WidgetFrame;
|
||||
|
||||
# androidx/constraintlayout/core/widgets
|
||||
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;-><init>(Ljava/lang/String;I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;->values()[Landroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;-><init>(Landroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->connect(Landroidx/constraintlayout/core/widgets/ConstraintAnchor;IIZ)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->getDependents()Ljava/util/HashSet;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->getFinalValue()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->getMargin()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->getSolverVariable()Landroidx/constraintlayout/core/SolverVariable;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->getTarget()Landroidx/constraintlayout/core/widgets/ConstraintAnchor;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->hasDependents()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->hasFinalValue()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->isConnected()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->reset()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->resetFinalResolution()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->resetSolverVariable(Landroidx/constraintlayout/core/Cache;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintAnchor;->setFinalValue(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget$1;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;-><init>(Ljava/lang/String;I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;->values()[Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;-><init>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->addAnchors()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->addFirst()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->addToSolver(Landroidx/constraintlayout/core/LinearSystem;Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->applyConstraints(Landroidx/constraintlayout/core/LinearSystem;ZZZZLandroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/SolverVariable;Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;ZLandroidx/constraintlayout/core/widgets/ConstraintAnchor;Landroidx/constraintlayout/core/widgets/ConstraintAnchor;IIIIFZZZZZIIIIFZ)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->createObjectVariables(Landroidx/constraintlayout/core/LinearSystem;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getAnchor(Landroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;)Landroidx/constraintlayout/core/widgets/ConstraintAnchor;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getBaselineDistance()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getCompanionWidget()Ljava/lang/Object;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getDimensionBehaviour(I)Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getDimensionRatio()F
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getHeight()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getHorizontalBiasPercent()F
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getHorizontalDimensionBehaviour()Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getHorizontalMargin()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getLastHorizontalMeasureSpec()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getLastVerticalMeasureSpec()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getMinHeight()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getMinWidth()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getParent()Landroidx/constraintlayout/core/widgets/ConstraintWidget;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getVerticalBiasPercent()F
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getVerticalDimensionBehaviour()Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getVisibility()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getWidth()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getX()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->getY()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->hasBaseline()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->hasDanglingDimension(I)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->hasDependencies()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->hasDimensionOverride()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->immediateConnect(Landroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;Landroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;II)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isHorizontalSolvingPassDone()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isInHorizontalChain()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isInPlaceholder()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isInVerticalChain()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isInVirtualLayout()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isMeasureRequested()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isResolvedHorizontally()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isResolvedVertically()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->isVerticalSolvingPassDone()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->markHorizontalSolvingPassDone()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->markVerticalSolvingPassDone()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->reset()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->resetFinalResolution()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->resetSolverVariables(Landroidx/constraintlayout/core/Cache;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setBaselineDistance(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setCompanionWidget(Ljava/lang/Object;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setDimensionRatio(Ljava/lang/String;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setFinalHorizontal(II)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setFinalTop(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setFinalVertical(II)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setFrame(IIII)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHasBaseline(Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHeight(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHorizontalBiasPercent(F)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHorizontalChainStyle(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHorizontalDimension(II)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHorizontalDimensionBehaviour(Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHorizontalMatchStyle(IIIF)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setHorizontalWeight(F)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setInBarrier(IZ)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setLastMeasureSpec(II)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setMaxHeight(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setMaxWidth(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setMeasureRequested(Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setMinHeight(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setMinWidth(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setParent(Landroidx/constraintlayout/core/widgets/ConstraintWidget;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setVerticalBiasPercent(F)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setVerticalChainStyle(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setVerticalDimensionBehaviour(Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setVerticalMatchStyle(IIIF)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setVerticalWeight(F)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setVisibility(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setWidth(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setWrapBehaviorInParent(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setX(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->setY(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidget;->updateFromSolver(Landroidx/constraintlayout/core/LinearSystem;Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;-><init>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->addChildrenToSolver(Landroidx/constraintlayout/core/LinearSystem;)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->addMaxWrap(Landroidx/constraintlayout/core/widgets/ConstraintAnchor;Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->addMinWrap(Landroidx/constraintlayout/core/widgets/ConstraintAnchor;Landroidx/constraintlayout/core/SolverVariable;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->addVerticalWrapMaxVariable(Landroidx/constraintlayout/core/widgets/ConstraintAnchor;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->addVerticalWrapMinVariable(Landroidx/constraintlayout/core/widgets/ConstraintAnchor;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->getMeasurer()Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->getOptimizationLevel()I
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->invalidateGraph()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->invalidateMeasures()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->isHeightMeasuredTooSmall()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->isRtl()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->isWidthMeasuredTooSmall()Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->layout()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->measure(IIIIIIIII)J
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->measure(ILandroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measure;I)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->optimizeFor(I)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->resetChains()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->setMeasurer(Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->setOptimizationLevel(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->setPass(I)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->setRtl(Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->updateChildrenFromSolver(Landroidx/constraintlayout/core/LinearSystem;[Z)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;->updateHierarchy()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/Optimizer;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/Optimizer;->checkMatchParent(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;Landroidx/constraintlayout/core/LinearSystem;Landroidx/constraintlayout/core/widgets/ConstraintWidget;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/Optimizer;->enabled(II)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/WidgetContainer;-><init>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/WidgetContainer;->add(Landroidx/constraintlayout/core/widgets/ConstraintWidget;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/WidgetContainer;->getChildren()Ljava/util/ArrayList;
|
||||
HSPLandroidx/constraintlayout/core/widgets/WidgetContainer;->removeAllChildren()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/WidgetContainer;->resetSolverVariables(Landroidx/constraintlayout/core/Cache;)V
|
||||
Landroidx/constraintlayout/core/widgets/Barrier;
|
||||
Landroidx/constraintlayout/core/widgets/ChainHead;
|
||||
Landroidx/constraintlayout/core/widgets/ConstraintAnchor$Type;
|
||||
Landroidx/constraintlayout/core/widgets/ConstraintAnchor;
|
||||
Landroidx/constraintlayout/core/widgets/ConstraintWidget$1;
|
||||
Landroidx/constraintlayout/core/widgets/ConstraintWidget$DimensionBehaviour;
|
||||
Landroidx/constraintlayout/core/widgets/ConstraintWidget;
|
||||
Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;
|
||||
Landroidx/constraintlayout/core/widgets/Guideline;
|
||||
Landroidx/constraintlayout/core/widgets/Helper;
|
||||
Landroidx/constraintlayout/core/widgets/HelperWidget;
|
||||
Landroidx/constraintlayout/core/widgets/Optimizer;
|
||||
Landroidx/constraintlayout/core/widgets/VirtualLayout;
|
||||
Landroidx/constraintlayout/core/widgets/WidgetContainer;
|
||||
|
||||
# androidx/constraintlayout/core/widgets/analyzer
|
||||
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measure;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measure;-><init>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;-><init>(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;->measure(Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Landroidx/constraintlayout/core/widgets/ConstraintWidget;I)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;->measureChildren(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;->solveLinearSystem(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;Ljava/lang/String;III)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;->solverMeasure(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;IIIIIIIII)J
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;->updateHierarchy(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/DependencyGraph;-><init>(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/DependencyGraph;->invalidateGraph()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/DependencyGraph;->invalidateMeasures()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/DependencyGraph;->setMeasurer(Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->canMeasure(ILandroidx/constraintlayout/core/widgets/ConstraintWidget;)Z
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->horizontalSolvingPass(ILandroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->solveHorizontalCenterConstraints(ILandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Landroidx/constraintlayout/core/widgets/ConstraintWidget;Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->solveHorizontalMatchConstraint(ILandroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Landroidx/constraintlayout/core/widgets/ConstraintWidget;Z)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->solveVerticalCenterConstraints(ILandroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Landroidx/constraintlayout/core/widgets/ConstraintWidget;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->solveVerticalMatchConstraint(ILandroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;Landroidx/constraintlayout/core/widgets/ConstraintWidget;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->solvingPass(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;)V
|
||||
HSPLandroidx/constraintlayout/core/widgets/analyzer/Direct;->verticalSolvingPass(ILandroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;)V
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measure;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measurer;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/Dependency;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/DependencyGraph;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/DependencyNode;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/Direct;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/Grouping;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/HorizontalWidgetRun;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/VerticalWidgetRun;
|
||||
Landroidx/constraintlayout/core/widgets/analyzer/WidgetRun;
|
||||
|
||||
# androidx/constraintlayout/widget
|
||||
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$1;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$LayoutParams$Table;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$LayoutParams;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$LayoutParams;->resolveLayoutDirection(I)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$LayoutParams;->validate()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$Measurer;-><init>(Landroidx/constraintlayout/widget/ConstraintLayout;Landroidx/constraintlayout/widget/ConstraintLayout;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$Measurer;->captureLayoutInfo(IIIIII)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$Measurer;->didMeasures()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$Measurer;->isSimilarSpec(III)Z
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout$Measurer;->measure(Landroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/core/widgets/analyzer/BasicMeasure$Measure;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;-><clinit>()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->access$000(Landroidx/constraintlayout/widget/ConstraintLayout;)I
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->access$100(Landroidx/constraintlayout/widget/ConstraintLayout;)Ljava/util/ArrayList;
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->applyConstraintsFromLayoutParams(ZLandroid/view/View;Landroidx/constraintlayout/core/widgets/ConstraintWidget;Landroidx/constraintlayout/widget/ConstraintLayout$LayoutParams;Landroid/util/SparseArray;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->checkLayoutParams(Landroid/view/ViewGroup$LayoutParams;)Z
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->dispatchDraw(Landroid/graphics/Canvas;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->forceLayout()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->generateLayoutParams(Landroid/util/AttributeSet;)Landroid/view/ViewGroup$LayoutParams;
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->generateLayoutParams(Landroid/util/AttributeSet;)Landroidx/constraintlayout/widget/ConstraintLayout$LayoutParams;
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->getPaddingWidth()I
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->getViewWidget(Landroid/view/View;)Landroidx/constraintlayout/core/widgets/ConstraintWidget;
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->init(Landroid/util/AttributeSet;II)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->isRtl()Z
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->markHierarchyDirty()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->onLayout(ZIIII)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->onMeasure(II)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->onViewAdded(Landroid/view/View;)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->requestLayout()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->resolveMeasuredDimension(IIIIZZ)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->resolveSystem(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;III)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->setChildrenConstraints()V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->setSelfDimensionBehaviour(Landroidx/constraintlayout/core/widgets/ConstraintWidgetContainer;IIII)V
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->shouldDelayChildPressedState()Z
|
||||
HSPLandroidx/constraintlayout/widget/ConstraintLayout;->updateHierarchy()Z
|
||||
HSPLandroidx/constraintlayout/widget/R$styleable;-><clinit>()V
|
||||
Landroidx/constraintlayout/widget/ConstraintHelper;
|
||||
Landroidx/constraintlayout/widget/ConstraintLayout$1;
|
||||
Landroidx/constraintlayout/widget/ConstraintLayout$LayoutParams$Table;
|
||||
Landroidx/constraintlayout/widget/ConstraintLayout$LayoutParams;
|
||||
Landroidx/constraintlayout/widget/ConstraintLayout$Measurer;
|
||||
Landroidx/constraintlayout/widget/ConstraintLayout;
|
||||
Landroidx/constraintlayout/widget/ConstraintSet;
|
||||
Landroidx/constraintlayout/widget/Constraints;
|
||||
Landroidx/constraintlayout/widget/Guideline;
|
||||
Landroidx/constraintlayout/widget/Placeholder;
|
||||
Landroidx/constraintlayout/widget/R$styleable;
|
||||
Landroidx/constraintlayout/widget/VirtualLayout;
|
||||
BIN
Binary file not shown.
+1
@@ -0,0 +1 @@
|
||||
/Users/krzysiek/Projekty/Aplikacje/PRYWATNE/Studia/LABY_PIOTREK/HomePantry/obj/Debug/net10.0-android/lp/138.stamp
|
||||
BIN
Binary file not shown.
Executable
BIN
Binary file not shown.
+1527
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user