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

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 236 float appWidgetScaleX = (float) profile.getCellSize().x / getCellSize().x;
237 float appWidgetScaleY = (float) profile.getCellSize().y / getCellSize().y;
387 public Point getCellSize() {
AppWidgetResizeFrame.java 327 sCellSize[0] = inv.landscapeProfile.getCellSize();
328 sCellSize[1] = inv.portraitProfile.getCellSize();
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 290 icon.getLayoutParams().height = getCellSize().y;
327 private Point getCellSize() {
328 return mLauncher.getDeviceProfile().getCellSize();
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp 267 const IVec2& getCellSize (void) const { return m_cellSize; };
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 901 milliseconds