OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:centerView
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java
307
TextView
centerView
= (TextView) mActivity.findViewById(R.id.gravity_center_vertical);
312
assertNotNull(
centerView
);
318
centerView
.getText().toString());
325
ViewAsserts.assertVerticalCenterAligned(parent,
centerView
);
331
assertEquals(
centerView
.getLeft(), topView.getRight());
333
int offset = (parent.getHeight() -
centerView
.getHeight()) / 2;
334
assertEquals(offset,
centerView
.getTop());
335
assertEquals(offset +
centerView
.getHeight(),
centerView
.getBottom());
336
assertEquals(topView.getRight(),
centerView
.getLeft())
[
all
...]
/packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java
261
View
centerView
= getChildAt(centerChildIndex);
262
return getChildAdapterPosition(
centerView
) == 0 &&
[
all
...]
Completed in 145 milliseconds