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

  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 43 int activeId;
47 activeId = R.drawable.ic_pageindicator_current;
51 activeId = aId;
168 m.setMarkerDrawables(marker.activeId, marker.inactiveId);
181 m.setMarkerDrawables(marker.activeId, marker.inactiveId);
  /frameworks/native/libs/gui/
SurfaceComposerClient.cpp 654 int activeId = getActiveConfig(display);
655 if (activeId < 0) {
660 *info = configs[activeId];

Completed in 112 milliseconds