Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationSettingsIconRow.java60 private int[] mGearLocation = new int[2]; field in NotificationSettingsIconRow
284 mGearIcon.getLocationOnScreen(mGearLocation);
290 final int x = mGearLocation[0] - mParentLocation[0] + centerX;
291 final int y = mGearLocation[1] - mParentLocation[1] + centerY;