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

/frameworks/support/design/tests/src/android/support/design/custom/
H A DTestFloatingBehavior.java38 public boolean layoutDependsOn(CoordinatorLayout parent, TextView child, View dependency) { argument
39 return dependency instanceof Snackbar.SnackbarLayout;
44 View dependency) {
46 ViewCompat.getTranslationY(dependency) - dependency.getHeight()));
43 onDependentViewChanged(CoordinatorLayout parent, TextView child, View dependency) argument
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java563 FloatingActionButton child, View dependency) {
565 return SNACKBAR_BEHAVIOR_ENABLED && dependency instanceof Snackbar.SnackbarLayout;
570 View dependency) {
571 if (dependency instanceof Snackbar.SnackbarLayout) {
573 } else if (dependency instanceof AppBarLayout) {
576 updateFabVisibility(parent, (AppBarLayout) dependency, child);
583 View dependency) {
584 if (dependency instanceof Snackbar.SnackbarLayout) {
594 // The anchor ID doesn't match the dependency, so we won't automatically
608 // First, let's get the visible rect of the dependency
562 layoutDependsOn(CoordinatorLayout parent, FloatingActionButton child, View dependency) argument
569 onDependentViewChanged(CoordinatorLayout parent, FloatingActionButton child, View dependency) argument
582 onDependentViewRemoved(CoordinatorLayout parent, FloatingActionButton child, View dependency) argument
[all...]
H A DAppBarLayout.java1334 public boolean layoutDependsOn(CoordinatorLayout parent, View child, View dependency) { argument
1336 return dependency instanceof AppBarLayout;
1341 View dependency) {
1342 offsetChildAsNeeded(parent, child, dependency);
1346 private void offsetChildAsNeeded(CoordinatorLayout parent, View child, View dependency) { argument
1348 ((CoordinatorLayout.LayoutParams) dependency.getLayoutParams()).getBehavior();
1350 // Offset the child, pinning it to the bottom the header-dependency, maintaining
1354 ViewCompat.offsetTopAndBottom(child, (dependency.getBottom() - child.getTop())
1357 - getOverlapPixelsForOffset(dependency));
1340 onDependentViewChanged(CoordinatorLayout parent, View child, View dependency) argument
H A DCoordinatorLayout.java1143 * dependency on another view. This allows CoordinatorLayout to account for layout
1799 * layout dependency.
1802 * returns true for a given child and dependency view pair, the parent CoordinatorLayout
1807 * <li>Call {@link #onDependentViewChanged} when the dependency view's layout or
1813 * @param dependency the proposed dependency of child
1814 * @return true if child's layout depends on the proposed dependency's layout,
1819 public boolean layoutDependsOn(CoordinatorLayout parent, V child, View dependency) { argument
1830 * <p>A view's dependency is determined by
1838 * the layout of each child view will always happen in dependency orde
1848 onDependentViewChanged(CoordinatorLayout parent, V child, View dependency) argument
1866 onDependentViewRemoved(CoordinatorLayout parent, V child, View dependency) argument
2469 dependsOn(CoordinatorLayout parent, View child, View dependency) argument
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExpr.java150 for (Dependency dependency : getDependencies()) {
152 bitSet.or(dependency.getOther().getInvalidFlags());
237 for (Dependency dependency : getDependants()) {
238 if (dependency.getCondition() == null) {
239 bitSet.or(dependency.getDependant().getShouldReadFlagsWithConditionals());
241 bitSet.set(dependency.getDependant()
242 .getRequirementFlagIndex(dependency.getExpectedOutput()));
257 for (Dependency dependency : getDependants()) {
258 final boolean isUnreadElevated = isUnreadElevated(dependency);
259 if (dependency
370 addDependant(Dependency dependency) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DPreference.java1272 * dependency.
1291 * Called when the dependency changes.
1293 * @param dependency The Preference that this Preference depends on.
1296 public void onDependencyChanged(Preference dependency, boolean disableDependent) { argument
1308 * Called when the implicit parent dependency changes.
1341 // Unregister the old dependency, if we had one
1350 * Returns the key of the dependency on this Preference.
1352 * @return The key of the dependency.
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreference.java76 * @attr name android:dependency
1212 * dependency.
1231 * Called when the dependency changes.
1233 * @param dependency The Preference that this Preference depends on.
1236 public void onDependencyChanged(Preference dependency, boolean disableDependent) { argument
1248 * Called when the implicit parent dependency changes.
1281 // Unregister the old dependency, if we had one
1290 * Returns the key of the dependency on this Preference.
1292 * @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.class ...
/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 487 milliseconds