OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topView
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java
306
TextView
topView
= (TextView) mActivity.findViewById(R.id.gravity_top);
311
assertNotNull(
topView
);
316
topView
.getText().toString());
324
ViewAsserts.assertTopAligned(parent,
topView
);
328
assertEquals(0,
topView
.getTop());
329
assertEquals(
topView
.getHeight(),
topView
.getBottom());
330
assertEquals(0,
topView
.getLeft());
331
assertEquals(centerView.getLeft(),
topView
.getRight());
336
assertEquals(
topView
.getRight(), centerView.getLeft())
[
all
...]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
RecyclerViewActivity.java
156
final View
topView
= getChildAt(0);
157
final int hangingTop = Math.max(-getDecoratedTop(
topView
), 0);
166
final int bottom = getDecoratedTop(
topView
);
AnimatedRecyclerView.java
538
final View
topView
= getChildAt(0);
539
final int hangingTop = Math.max(-
topView
.getTop(), 0);
548
final int bottom =
topView
.getTop(); // TODO decorated top?
/packages/apps/PackageInstaller/src/android/support/wearable/view/
WearableListView.java
[
all
...]
/frameworks/base/core/java/android/widget/
ListView.java
[
all
...]
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/misc/common/android-support-test/espresso/
espresso-contrib-2.2.2-release.jar
espresso-core-2.2.2-release.jar
espresso-intents-2.2.2-release.jar
espresso-web-2.2.2-release.jar
Completed in 185 milliseconds