Home | History | Annotate | Download | only in widget

Lines Matching defs:View

23 import android.view.View;
25 import androidx.core.view.ViewCompat;
122 View.MeasureSpec.makeMeasureSpec(mContainerWidth, View.MeasureSpec.EXACTLY),
123 View.MeasureSpec.makeMeasureSpec(mContainerHeight, View.MeasureSpec.EXACTLY));
134 final View childToTest = mPercentRelativeLayout.findViewById(R.id.child_top);
166 final View childToTest = mPercentRelativeLayout.findViewById(R.id.child_start);
199 final View childToTest = mPercentRelativeLayout.findViewById(R.id.child_bottom);
233 final View childToTest = mPercentRelativeLayout.findViewById(R.id.child_end);
266 final View childToTest = mPercentRelativeLayout.findViewById(R.id.child_center);
278 final View leftChild = supportsRtl
284 final View topChild = mPercentRelativeLayout.findViewById(R.id.child_top);
288 final View rightChild = supportsRtl
294 final View bottomChild = mPercentRelativeLayout.findViewById(R.id.child_bottom);