HomeSort by relevance Sort by last modified time
    Searched refs:lastBottom (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 72 var lastBottom = null;
106 if (lastBottom !== null &&
107 rect.bottom != lastBottom &&
144 if (lastBottom === null) {
147 lastBottom = rect.bottom;
148 } else if (rect.bottom != lastBottom) {
152 lastBottom = rect.bottom;
editable_text_area_shadow.js 83 var lastBottom = null;
105 if (rect.bottom == lastBottom) {
110 if (rect && lastBottom !== null) {
125 lastBottom = null;
128 } else if (rect && (lastBottom === null)) {
131 lastBottom = rect.bottom;
132 } else if (rect && rect.bottom != lastBottom) {
140 lastBottom = rect ? rect.bottom : null;
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 562 final int lastBottom = mAdditionalBottomBorderOverlayTop;
564 final int speculativeHeight = containerHeight - lastBottom;
579 layoutOverlay(mAdditionalBottomBorder, lastBottom, containerHeight);
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 616 final int lastBottom = lastChild.getBottom();
622 int bottomOffset = end - lastBottom;
667 final int lastBottom = lastChild.getBottom();
672 if (topOffset > 0 && (lastPosition < mItemCount - 1 || lastBottom > end)) {
675 topOffset = Math.min(topOffset, lastBottom - end);
    [all...]
ListView.java     [all...]
AbsListView.java     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cmsccoll.c     [all...]

Completed in 370 milliseconds