Searched refs:mChildView (Results 1 – 2 of 2) sorted by relevance
44 TextView mChildView; field in CircularProgressLayoutDemo51 mChildView = findViewById(R.id.circularProgressLayout_child); in onCreate()63 mChildView.setText(getString(R.string.cpl_finished)); in onTimerFinished()73 mChildView.setText(getString(R.string.cpl_clicked)); in onClick()
1600 final View mChildView; field in SlidingPaneLayout.DisableLayerRunnable1603 mChildView = childView; in DisableLayerRunnable()1608 if (mChildView.getParent() == SlidingPaneLayout.this) { in run()1609 mChildView.setLayerType(View.LAYER_TYPE_NONE, null); in run()1610 invalidateChildRegion(mChildView); in run()