Home
last modified time | relevance | path

Searched refs:activeId (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/
DSurfaceComposerClient.cpp653 int activeId = getActiveConfig(display); in getDisplayInfo() local
654 if (activeId < 0) { in getDisplayInfo()
659 *info = configs[static_cast<size_t>(activeId)]; in getDisplayInfo()
/frameworks/base/core/java/android/widget/
DAbsListView.java4398 final int activeId = mActivePointerId;
4401 if (vt == null || activeId == INVALID_POINTER) {
4406 final float yvel = -vt.getYVelocity(activeId);