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

  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
WallpaperUtils.java 133 Point realSize = new Point();
134 windowManager.getDefaultDisplay().getRealSize(realSize);
135 int maxDim = Math.max(realSize.x, realSize.y);
136 int minDim = Math.min(realSize.x, realSize.y);
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 161 Point realSize = new Point();
162 display.getRealSize(realSize);
165 int smallSide = Math.min(realSize.x, realSize.y);
166 int largeSide = Math.max(realSize.x, realSize.y);
  /external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightproto.h 329 uint16_t realSize;
332 but if (realSize = compressedSize = 0) followed by uint32_t modTime */
416 uint16_t realSize;
419 but if (realSize = compressedSize = 0) followed by uint32_t modTime */
handlefiletransferrequest.c 786 msg.fud.realSize = Swap16IfLE(msg.fud.realSize);
788 if((msg.fud.realSize == 0) && (msg.fud.compressedSize == 0)) {
filetransfermsg.c 565 pFDD->realSize = Swap16IfLE(0);
599 pFDD->realSize = Swap16IfLE(sizeFile);
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 72 uint64_t realSize;
147 dBuf->realSize = arg.rep.bo_size;
191 dBuf->realSize = arg.rep.bo_size;
422 return dBuf->realSize;
569 dBuf->realSize = arg.rep.bo_size;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 418 Point realSize = new Point();
421 .getRealSize(realSize);
422 initialBounds = new Rect(0, 0, realSize.x, realSize.y);
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 244 Point realSize = new Point();
245 windowManager.getDefaultDisplay().getRealSize(realSize);
246 maxDim = Math.max(realSize.x, realSize.y);
247 minDim = Math.min(realSize.x, realSize.y);
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc.cpp 1173 size_t realSize = sizeof(AGpsStatus);
1174 LOC_LOGD("agps_status size=%d real-size=%d", status->size, realSize);
1175 status->size = realSize;
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.0.CR3/
netty-codec-http-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 248 milliseconds