HomeSort by relevance Sort by last modified time
    Searched defs:viewEnd (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
NotificationShelf.java 157 float viewEnd = lastViewState.yTranslation + lastViewState.height;
160 mShelfState.yTranslation = Math.max(Math.min(viewEnd, maxShelfEnd) - mShelfState.height,
286 float viewEnd = row.getTranslationY() + row.getActualHeight();
288 if (viewEnd > notificationClipEnd
290 int clipBottomAmount = (int) (viewEnd - notificationClipEnd);
317 float viewEnd = viewStart + fullHeight;
321 if (viewEnd >= shelfStart && (!mAmbientState.isUnlockHintRunning() || row.isInShelf())
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 665 milliseconds