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

1 2

  /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 159 Point realSize = new Point();
160 display.getRealSize(realSize);
163 int smallSide = Math.min(realSize.x, realSize.y);
164 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);
  /frameworks/base/core/java/android/content/pm/
InstantAppResolveInfo.java 350 final int realSize = getDigestPrefix().length;
351 final int manufacturedSize = realSize + 10 + sRandom.nextInt(10);
353 for (int i = realSize; i < manufacturedSize; i++) {
  /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/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;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Recents.java 474 Point realSize = new Point();
477 .getRealSize(realSize);
478 initialBounds = new Rect(0, 0, realSize.x, realSize.y);
    [all...]
  /prebuilts/go/darwin-x86/src/archive/tar/
writer.go 120 realName, realSize := hdr.Name, hdr.Size
151 paxHdrs[paxGNUSparseRealSize] = strconv.FormatInt(realSize, 10)
156 _ = realSize
277 realSize := hdr.Size
284 f.formatNumeric(blk.GNU().RealSize(), realSize)
  /prebuilts/go/linux-x86/src/archive/tar/
writer.go 120 realName, realSize := hdr.Name, hdr.Size
151 paxHdrs[paxGNUSparseRealSize] = strconv.FormatInt(realSize, 10)
156 _ = realSize
277 realSize := hdr.Size
284 f.formatNumeric(blk.GNU().RealSize(), realSize)
  /external/mesa3d/src/mesa/main/
formatquery.c     [all...]
  /prebuilts/tools/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/
fastutil-7.2.0.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.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.12/
commons-compress-1.12.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 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.3.Final/
netty-codec-http-4.1.3.Final.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http/4.1.6.Final/
netty-codec-http-4.1.6.Final.jar 
  /external/kotlinc/lib/
kotlin-compiler.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-embeddable/1.2.0/
kotlin-compiler-embeddable-1.2.0.jar 

Completed in 796 milliseconds

1 2