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

  /packages/apps/InCallUI/src/com/android/incallui/
ContactInfoCache.java 350 String displayLocation = null;
422 displayLocation = info.geoDescription; // may be null
428 + "', displayLocation '" + displayLocation + "'");
451 cce.location = displayLocation;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 220 Point displayLocation = m_text.toDisplay(new Point(event.x, event.y));
221 Point tableLocation = m_table.toControl(displayLocation);

Completed in 198 milliseconds