Searched refs:relation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRelativeLayout.java49 * A Layout where the positions of the children can be described in relation to each other or to the
881 private View getRelatedView(int[] rules, int relation) { argument
882 int id = rules[relation];
891 node = mGraph.mKeyNodes.get((rules[relation]));
902 private LayoutParams getRelatedViewParams(int[] rules, int relation) { argument
903 View v = getRelatedView(rules, relation);
913 private int getRelatedViewBaseline(int[] rules, int relation) { argument
914 View v = getRelatedView(rules, relation);
/frameworks/compile/mclinker/utils/gtest/include/
H A Dgtest.h7695 // The relation between an NativeArray object (see below) and the
7720 NativeArray(const Element* array, size_t count, RelationToSource relation) { argument
7721 Init(array, count, relation);
7749 // 'relation' is kCopy.
7750 void Init(const Element* array, size_t a_size, RelationToSource relation) { argument
7751 if (relation == kReference) {
7759 relation_to_source_ = relation;

Completed in 373 milliseconds