HomeSort by relevance Sort by last modified time
    Searched refs:getConstraint (Results 1 - 5 of 5) sorted by null

  /frameworks/base/media/java/android/drm/mobile1/
DrmRights.java 72 public DrmConstraintInfo getConstraint(int permission) {
  /external/collada/include/1.4/dom/
domInstance_rigid_constraint.h 56 xsNCName getConstraint() const { return attrConstraint; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
Match.java 69 public String getConstraint(boolean generateId) {
GuidelineHandler.java 556 applyConstraint(n, mCurrentTopMatch.getConstraint(true /* generateId */));
559 String c = mCurrentTopMatch.getConstraint(true);
566 applyConstraint(n, mCurrentBottomMatch.getConstraint(true));
570 applyConstraint(n, mCurrentLeftMatch.getConstraint(true));
574 applyConstraint(n, mCurrentRightMatch.getConstraint(true));
637 applyConstraint(node, mCurrentLeftMatch.getConstraint(true));
640 applyConstraint(node, mCurrentRightMatch.getConstraint(true));
649 applyConstraint(node, mCurrentTopMatch.getConstraint(true));
652 applyConstraint(node, mCurrentBottomMatch.getConstraint(true));
    [all...]
GuidelinePainter.java 152 String constraint = m.getConstraint(false /* generateId */);

Completed in 2603 milliseconds