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

  /frameworks/support/percent/src/main/java/androidx/percentlayout/widget/
PercentRelativeLayout.java 33 * <androidx.percentlayout.widget.PercentRelativeLayout
43 * </androidx.percentlayout.widget.PercentRelativeLayout&gt
130 public class PercentRelativeLayout extends RelativeLayout {
133 public PercentRelativeLayout(Context context) {
137 public PercentRelativeLayout(Context context, AttributeSet attrs) {
141 public PercentRelativeLayout(Context context, AttributeSet attrs, int defStyle) {
  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
PercentDynamicLayoutTest.java 171 final PercentRelativeLayout percentRelativeLayout =
172 (PercentRelativeLayout) mActivityTestRule.getActivity().findViewById(
174 final int containerWidth = percentRelativeLayout.getWidth();
175 final int containerHeight = percentRelativeLayout.getHeight();
177 final int availableWidth = containerWidth - percentRelativeLayout.getPaddingLeft()
178 - percentRelativeLayout.getPaddingRight();
179 final int availableHeight = containerHeight - percentRelativeLayout.getPaddingTop()
180 - percentRelativeLayout.getPaddingBottom();
182 final View child1 = percentRelativeLayout.findViewById(R.id.child1)
    [all...]
PercentRelativeTest.java 48 * <code>PercentRelativeLayout</code>:
60 private PercentRelativeLayout mPercentRelativeLayout;
71 mPercentRelativeLayout = (PercentRelativeLayout) activity.findViewById(R.id.container);
PercentRelativeRtlTest.java 75 * <code>PercentRelativeLayout</code>:
91 * {@link PercentRelativeLayout}) in how it treats end margin of child views on v17 devices, we are
99 private PercentRelativeLayout mPercentRelativeLayout;
110 mPercentRelativeLayout = (PercentRelativeLayout) activity.findViewById(R.id.container);
  /developers/build/prebuilts/gradle/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
ChatAdapter.java 20 import android.support.percent.PercentRelativeLayout;
196 parentLayout = (PercentRelativeLayout) itemView.findViewById(R.id.layout_container);
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/java/com/example/android/wearable/wear/messaging/chat/
ChatAdapter.java 20 import android.support.percent.PercentRelativeLayout;
196 parentLayout = (PercentRelativeLayout) itemView.findViewById(R.id.layout_container);

Completed in 1570 milliseconds