Searched refs:selectedView (Results 1 – 5 of 5) sorted by relevance
223 private void decreaseAutoSizeMinTextSize(View selectedView) { in decreaseAutoSizeMinTextSize() argument224 if (selectedView != null) { in decreaseAutoSizeMinTextSize()225 if (selectedView instanceof TextView) { in decreaseAutoSizeMinTextSize()226 TextView textView = (TextView) selectedView; in decreaseAutoSizeMinTextSize()246 private void animateHintText(View selectedView, View v, Animator reveal) { in animateHintText() argument247 selectedView.setTranslationX( in animateHintText()249 selectedView.animate() in animateHintText()
227 View selectedView = getSelectedView(); in onItemSelected() local228 if (selectedView != null) { in onItemSelected()229 if (selectedView.getTop() < windowTop) { in onItemSelected()231 } else if (selectedView.getBottom() > windowBottom) { in onItemSelected()232 setSelectionFromTop(position, windowBottom - selectedView.getHeight()); in onItemSelected()
40 final View selectedView = itemView.findViewById(R.id.sound_image_selected); in AddCustomRingtoneViewHolder() local41 selectedView.setVisibility(GONE); in AddCustomRingtoneViewHolder()
290 MenuRowView selectedView = mMenuRowViews.get(mSelectedPosition); in getViewLayouts() local291 int rowTitleHeight = selectedView.getTitleView().getMeasuredHeight(); in getViewLayouts()292 int rowContentsHeight = selectedView.getPreferredContentsHeight(); in getViewLayouts()
917 View selectedView = getSelectedView();922 if (child == selectedView) {971 if (child == selectedView) {