Searched defs:dependency (Results 1 - 11 of 11) sorted by relevance

/frameworks/support/design/tests/src/android/support/design/custom/
H A DTestFloatingBehavior.java37 public boolean layoutDependsOn(CoordinatorLayout parent, TextView child, View dependency) { argument
38 return dependency instanceof Snackbar.SnackbarLayout;
43 View dependency) {
45 dependency.getTranslationY() - dependency.getHeight()));
42 onDependentViewChanged(CoordinatorLayout parent, TextView child, View dependency) argument
/frameworks/support/design/tests/src/android/support/design/testutils/
H A DCoordinatorLayoutUtils.java27 public DependentBehavior(View dependency) { argument
28 mDependency = dependency;
32 public boolean layoutDependsOn(CoordinatorLayout parent, View child, View dependency) { argument
33 return mDependency != null && dependency == mDependency;
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutTest.java238 View child, View dependency) {
240 dependency.setLayoutParams(lpDependency);
241 return lpChild.dependsOn(col, child, dependency);
390 View dependency) {
236 dependsOn(CoordinatorLayout.LayoutParams lpChild, CoordinatorLayout.LayoutParams lpDependency, CoordinatorLayout col, View child, View dependency) argument
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java605 View dependency) {
606 if (dependency instanceof AppBarLayout) {
609 updateFabVisibilityForAppBarLayout(parent, (AppBarLayout) dependency, child);
610 } else if (isBottomSheet(dependency)) {
611 updateFabVisibilityForBottomSheet(dependency, child);
630 private boolean shouldUpdateVisibility(View dependency, FloatingActionButton child) { argument
637 if (lp.getAnchorId() != dependency.getId()) {
638 // The anchor ID doesn't match the dependency, so we won't automatically
662 // First, let's get the visible rect of the dependency
697 final View dependency
604 onDependentViewChanged(CoordinatorLayout parent, FloatingActionButton child, View dependency) argument
[all...]
H A DAppBarLayout.java1248 final View dependency = dependencies.get(i);
1250 (CoordinatorLayout.LayoutParams) dependency.getLayoutParams();
1377 public boolean layoutDependsOn(CoordinatorLayout parent, View child, View dependency) { argument
1379 return dependency instanceof AppBarLayout;
1384 View dependency) {
1385 offsetChildAsNeeded(parent, child, dependency);
1410 private void offsetChildAsNeeded(CoordinatorLayout parent, View child, View dependency) { argument
1412 ((CoordinatorLayout.LayoutParams) dependency.getLayoutParams()).getBehavior();
1414 // Offset the child, pinning it to the bottom the header-dependency, maintaining
1417 ViewCompat.offsetTopAndBottom(child, (dependency
1383 onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) argument
[all...]
H A DCoordinatorLayout.java665 // Now add the dependency to the graph
1236 * dependency on another view. This allows CoordinatorLayout to account for layout
2120 * layout dependency.
2123 * returns true for a given child and dependency view pair, the parent CoordinatorLayout
2128 * <li>Call {@link #onDependentViewChanged} when the dependency view's layout or
2134 * @param dependency the proposed dependency of child
2135 * @return true if child's layout depends on the proposed dependency's layout,
2140 public boolean layoutDependsOn(CoordinatorLayout parent, V child, View dependency) { argument
2151 * <p>A view's dependency i
2169 onDependentViewChanged(CoordinatorLayout parent, V child, View dependency) argument
2187 onDependentViewRemoved(CoordinatorLayout parent, V child, View dependency) argument
2952 dependsOn(CoordinatorLayout parent, View child, View dependency) argument
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java151 for (Dependency dependency : getDependencies()) {
153 bitSet.or(dependency.getOther().getInvalidFlags());
222 for (Dependency dependency : getDependants()) {
223 if (dependency.getCondition() == null) {
224 bitSet.or(dependency.getDependant().getShouldReadFlagsWithConditionals());
226 bitSet.set(dependency.getDependant()
227 .getRequirementFlagIndex(dependency.getExpectedOutput()));
242 for (Dependency dependency : getDependants()) {
243 final boolean isUnreadElevated = isUnreadElevated(dependency);
244 if (dependency
407 addDependant(Dependency dependency) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreference.java1427 * dependency.
1446 * Called when the dependency changes.
1448 * @param dependency The Preference that this Preference depends on.
1451 public void onDependencyChanged(Preference dependency, boolean disableDependent) { argument
1463 * Called when the implicit parent dependency changes.
1496 // Unregister the old dependency, if we had one
1505 * Returns the key of the dependency on this Preference.
1507 * @return The key of the dependency.
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java81 * @attr name android:dependency
1385 * dependency.
1404 * Called when the dependency changes.
1406 * @param dependency The Preference that this Preference depends on.
1409 public void onDependencyChanged(Preference dependency, boolean disableDependent) { argument
1421 * Called when the implicit parent dependency changes.
1454 // Unregister the old dependency, if we had one
1463 * Returns the key of the dependency on this Preference.
1465 * @return The key of the dependency.
/frameworks/data-binding/internal-prebuilts/com/android/databinding/localizemaven/1.1/
H A Dlocalizemaven-1.1.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/ExportLicensesTask$__clinit__closure1$_closure5 ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 237 milliseconds