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

/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp654 int activeId = getActiveConfig(display); local
655 if (activeId < 0) {
660 *info = configs[activeId];
/frameworks/base/core/java/android/widget/
H A DAbsListView.java4360 final int activeId = mActivePointerId;
4363 if (vt == null || activeId == INVALID_POINTER) {
4368 final float yvel = -vt.getYVelocity(activeId);

Completed in 43 milliseconds