Lines Matching refs:sibling
676 * @brief Sets the next sibling view for the view.
677 * @param sibling Indicates the pointer to the next sibling view to set.
681 void SetNextSibling(UIView* sibling);
684 * @brief Obtains the next sibling view of the view.
685 * @return Returns the pointer to the next sibling view.
1153 * @brief Aligns the view with the left of a sibling view.
1154 * @param id Indicates the pointer to the ID of the sibling view.
1163 * @brief Aligns the view with the right of a sibling view.
1164 * @param id Indicates the pointer to the ID of the sibling view.
1173 * @brief Aligns the view with the top of a sibling view.
1174 * @param id Indicates the pointer to the ID of the sibling view.
1183 * @brief Aligns the view with the bottom of a sibling view.
1184 * @param id Indicates the pointer to the ID of the sibling view.
1193 * @brief Aligns the view with the center of a sibling view in the x-axis.
1194 * @param id Indicates the pointer to the ID of the sibling view.
1203 * @brief Aligns the view with the center of a sibling view in the y-axis.
1204 * @param id Indicates the pointer to the ID of the sibling view.
1213 * @brief Lays out the view on the left of a sibling view.
1214 * @param id Indicates the pointer to the ID of the sibling view.
1223 * @brief Lays out the view on the right of a sibling view.
1224 * @param id Indicates the pointer to the ID of the sibling view.
1233 * @brief Lays out the view on the above of a sibling view.
1234 * @param id Indicates the pointer to the ID of the sibling view.
1243 * @brief Lays out the view on the below of a sibling view.
1244 * @param id Indicates the pointer to the ID of the sibling view.
1525 * @brief Sets the next render sibling view for the view.
1526 * @param sibling Indicates the pointer to the next render sibling view to set.
1531 * @brief Obtains the next render sibling view of the view.
1532 * @return Returns the pointer to the next render sibling view.