Searched defs:LoggingView (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentWithAspectRatioTest.java51 static class LoggingView extends View { class in class:BaseWrapContentWithAspectRatioTest
59 public LoggingView(Context context) { method in class:BaseWrapContentWithAspectRatioTest.LoggingView
63 public LoggingView(Context context, AttributeSet attrs) { method in class:BaseWrapContentWithAspectRatioTest.LoggingView
67 public LoggingView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:BaseWrapContentWithAspectRatioTest.LoggingView
71 public LoggingView(Context context, AttributeSet attrs, int defStyleAttr, method in class:BaseWrapContentWithAspectRatioTest.LoggingView
112 public void onMeasure(LoggingView view, int wSpec,
150 public void onMeasure(LoggingView view, int wSpec, int hSpec) {
165 public void setLayoutParams(LoggingView view) {
179 LoggingView mView;
182 super(new LoggingView(paren
[all...]
H A DRecyclerViewBasicTest.java329 final LoggingView itemView = new LoggingView(parent.getContext());
339 LoggingView loggingView = (LoggingView) view;
506 static class LoggingView extends TextView { class in class:RecyclerViewBasicTest
509 public LoggingView(Context context) { method in class:RecyclerViewBasicTest.LoggingView
513 public LoggingView(Context context, AttributeSet attrs) { method in class:RecyclerViewBasicTest.LoggingView
517 public LoggingView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:RecyclerViewBasicTest.LoggingView

Completed in 101 milliseconds