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

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetailCache.java 45 * The cache size is trimmed down to |trimSize| once it crosses the provided |maxSize|.
46 * Since this operation is relatively expensive, ensure that |maxSize| and |trimSize| are not
47 * too close to each other. |trimSize| should always be <= |maxSize|.
51 * @param trimSize Size to trim the cache down to once it reaches |maxSize|.
53 ScanDetailCache(WifiConfiguration config, int maxSize, int trimSize) {
56 mTrimSize = trimSize;
61 // First check if we have reached |maxSize|. if yes, trim it down to |trimSize|.
  /external/skia/src/xps/
SkXPSDevice.h 48 @param trimSize final page size in physical units.
52 The bottom and right must be greater than the trimSize.
53 The default is to coincide with the trimSize.
58 Must be contained within the trimSize.
59 The default is to coincide with the trimSize.
67 const SkSize& trimSize,
SkXPSDevice.cpp 143 const SkSize& trimSize,
152 this->fCurrentCanvasSize = trimSize;
    [all...]
  /external/skqp/src/xps/
SkXPSDevice.h 48 @param trimSize final page size in physical units.
52 The bottom and right must be greater than the trimSize.
53 The default is to coincide with the trimSize.
58 Must be contained within the trimSize.
59 The default is to coincide with the trimSize.
67 const SkSize& trimSize,
SkXPSDevice.cpp 143 const SkSize& trimSize,
152 this->fCurrentCanvasSize = trimSize;
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiScoreReportTest.java 132 int trimSize = 5;

Completed in 181 milliseconds