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

  /frameworks/base/libs/input/
PointerController.h 133 x(0.0f), y(0.0f), lastIcon(NULL) { }
138 const SpriteIcon* lastIcon;
PointerController.cpp 748 if (icon != lastIcon) {
749 lastIcon = icon;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationIconContainer.java 197 int lastIcon = (int) mLastVisibleIconState.xTranslation;
198 canvas.drawLine(lastIcon, 0, lastIcon, height, paint);

Completed in 552 milliseconds