OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bottomView
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/widget/src/android/widget/cts/
LinearLayoutTest.java
236
TextView
bottomView
= (TextView) mActivity.findViewById(R.id.gravity_bottom);
241
assertNotNull(
bottomView
);
248
bottomView
.getText().toString());
254
ViewAsserts.assertBottomAligned(parent,
bottomView
);
265
assertEquals(
bottomView
.getLeft(), centerView.getRight());
267
assertEquals(parent.getHeight() -
bottomView
.getHeight(),
bottomView
.getTop());
268
assertEquals(parent.getHeight(),
bottomView
.getBottom());
269
assertEquals(centerView.getRight(),
bottomView
.getLeft());
270
assertEquals(parent.getWidth(),
bottomView
.getRight())
[
all
...]
/external/chromium/chrome/browser/resources/net_internals/
topmidbottomview.js
28
function TopMidBottomView(topView, midView,
bottomView
) {
33
this.bottomView_ =
bottomView
;
/frameworks/base/core/java/android/widget/
ListView.java
[
all
...]
Completed in 244 milliseconds