Searched refs:childToMakeVisible (Results 1 – 2 of 2) sorted by relevance
44 final View childToMakeVisible = findViewById(R.id.childToMakeVisible); in onCreate() local61 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight()); in onCreate()62 childToMakeVisible.requestRectangleOnScreen(rect, true); in onCreate()77 rect.set(0, 0, childToMakeVisible.getLeft(), childToMakeVisible.getHeight()); in onCreate()78 childToMakeVisible.requestRectangleOnScreen(rect, true); in onCreate()
66 mChildToScrollTo = a.findViewById(R.id.childToMakeVisible); in setUp()