/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | SeatWarmerButton.java | 39 void onSeatWarmerButtonClicked(@HeatingLevel int level); in onSeatWarmerButtonClicked() 90 public void setHeatLevel(@HeatingLevel int level) { in setHeatLevel() 95 private Drawable getDrawableForState(@HeatingLevel int level) { in getDrawableForState() 109 private @HeatingLevel int getNextHeatSetting(@HeatingLevel int level) { in getNextHeatSetting()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
D | forgetting_curve_utils.cpp | 52 const int level = clampToVisibleEntryLevelRange(newHistoricalInfo->getLevel()); in createUpdatedHistoricalInfo() local 62 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel() + 1); in createUpdatedHistoricalInfo() local 65 const int level = clampToValidLevelRange(newHistoricalInfo->getLevel()); in createUpdatedHistoricalInfo() local 162 /* static */ int ForgettingCurveUtils::clampToVisibleEntryLevelRange(const int level) { in clampToVisibleEntryLevelRange() 171 /* static */ int ForgettingCurveUtils::clampToValidLevelRange(const int level) { in clampToValidLevelRange() 194 for (int level = 0; level <= MAX_LEVEL; ++level) { in ProbabilityTable() local 216 const int tableId, const int level) { in getBaseProbabilityForLevel()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/autofill/ |
D | AutofillLoggingLevelPreferenceController.java | 96 final int level = Settings.Global.getInt(mContext.getContentResolver(), in updateOptions() local 113 int level = AutofillManager.NO_LOGGING; in writeLevel() local 118 Settings.Global.AUTOFILL_LOGGING_LEVEL, level); in writeLevel() local
|
/packages/apps/Settings/src/com/android/settings/development/autofill/ |
D | AutofillLoggingLevelPreferenceController.java | 96 final int level = Settings.Global.getInt(mContext.getContentResolver(), in updateOptions() local 113 int level = AutofillManager.NO_LOGGING; in writeLevel() local 118 Settings.Global.AUTOFILL_LOGGING_LEVEL, level); in writeLevel() local
|
/packages/apps/Settings/src/com/android/settings/network/telephony/ |
D | NetworkOperatorPreference.java | 76 final int level = signalStrength != null ? signalStrength.getLevel() : LEVEL_NONE; in refresh() local 87 public void setIcon(int level) { in setIcon() 109 private void updateIcon(int level) { in updateIcon()
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
D | BitmapTileProvider.java | 74 public Bitmap getTile(int level, int x, int y, int tileSize) { in getTile() 75 x >>= level; in getTile() local 76 y >>= level; in getTile() local
|
D | TileImageView.java | 142 public Bitmap getTile(int level, int x, int y, int tileSize); in getTile() 255 int level = tile.mTileLevel; in layoutTiles() local 291 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 302 int cX, int cY, int level, float scale, int rotation) { in getRange() 411 int level = mLevel; in render() local 512 private synchronized Tile obtainTile(int x, int y, int level) { in obtainTile() 535 private void activateTile(int x, int y, int level) { in activateTile() 548 private Tile getTile(int x, int y, int level) { in getTile() 552 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 590 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
D | TileImageViewAdapter.java | 87 public Bitmap getTile(int level, int x, int y, int tileSize) { in getTile() 141 int level, int x, int y, int tileSize) { in getTileWithoutReusingBitmap()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | LogSaver.java | 57 public abstract void log(int level, String tag, String msg); in log() 110 void set(int tid, int level, long time, String tag, String message) { in set() 145 public void log(int level, String tag, String msg) { in log() 151 rec.set(Process.myTid(), level, System.currentTimeMillis(), tag, msg); in log() local 250 public void log(int level, String tag, String msg) { in log() 275 private static String getLevelString(final int level) { in getLevelString()
|
D | LogUtil.java | 219 private static void println(final int level, final String tag, final String msg) { in println() 236 public static void save(final int level, final String tag, final String msg) { in save() 247 public static boolean isLoggable(final String tag, final int level) { in isLoggable()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | NetworkOperatorPreference.java | 83 final int level = signalStrength != null ? signalStrength.getLevel() : LEVEL_NONE; in refresh() local 94 public void setIcon(int level) { in setIcon() 116 private void updateIcon(int level) { in updateIcon()
|
/packages/apps/DevCamera/src/com/android/devcamera/ |
D | CameraDeviceReport.java | 210 int level = p.get(CameraCharacteristics.INFO_SUPPORTED_HARDWARE_LEVEL); in printCameraInfo() local 269 public static String getTimestampSourceName(Integer level) { in getTimestampSourceName() 280 public static String getFocusDistanceCalibrationName(Integer level) { in getFocusDistanceCalibrationName() 317 public static String getHardwareLevelName(int level) { in getHardwareLevelName()
|
/packages/apps/TV/common/src/com/android/tv/common/memory/ |
D | MemoryManageable.java | 25 void performTrimMemory(int level); in performTrimMemory()
|
/packages/apps/Gallery2/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 311 int level = tile.mTileLevel; in layoutTiles() local 349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 360 int cX, int cY, int level, float scale, int rotation) { in getRange() 420 int level = mLevel; in draw() local 519 private Tile obtainTile(int x, int y, int level) { in obtainTile() 546 private void activateTile(int x, int y, int level) { in activateTile() 559 private Tile getTile(int x, int y, int level) { in getTile() 563 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
/packages/apps/WallpaperPicker/src/com/android/photos/views/ |
D | TiledImageRenderer.java | 158 public Bitmap getTile(int level, int x, int y, Bitmap reuse); in getTile() 311 int level = tile.mTileLevel; in layoutTiles() local 349 private void getRange(Rect out, int cX, int cY, int level, int rotation) { in getRange() 360 int cX, int cY, int level, float scale, int rotation) { in getRange() 420 int level = mLevel; in draw() local 519 private Tile obtainTile(int x, int y, int level) { in obtainTile() 546 private void activateTile(int x, int y, int level) { in activateTile() 559 private Tile getTile(int x, int y, int level) { in getTile() 563 private static long makeTileKey(int x, int y, int level) { in makeTileKey() 597 int tx, int ty, int level, float x, float y, float length) { in drawTile() [all …]
|
/packages/apps/Nfc/nci/jni/ |
D | PowerSwitch.cpp | 90 void PowerSwitch::initialize(PowerLevel level) { in initialize() 131 PowerLevel level = UNKNOWN_LEVEL; in getLevel() local 381 const char* PowerSwitch::powerLevelToString(PowerLevel level) { in powerLevelToString()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | PromiseAppInfo.java | 29 public int level = 0; field in PromiseAppInfo
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/ |
D | BatteryTestUtils.java | 40 private static Intent getCustomBatteryIntent(int plugged, int level, int scale, int status) { in getCustomBatteryIntent()
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/property/ |
D | historical_info.h | 30 HistoricalInfo(const int timestamp, const int level, const int count) in HistoricalInfo()
|
/packages/apps/UniversalMediaPlayer/java/com/android/pump/app/ |
D | GlobalsApplication.java | 27 public void onTrimMemory(int level) { in onTrimMemory()
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryMeterView.java | 68 public void setBatteryLevel(int level) { in setBatteryLevel() 97 final int level = mDrawable.getBatteryLevel(); in updateColorFilter() local
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ |
D | HvacController.java | 80 public void onPassengerSeatWarmerChange(int level) { in onPassengerSeatWarmerChange() 83 public void onDriverSeatWarmerChange(int level) { in onDriverSeatWarmerChange() 259 void handleSeatWarmerUpdate(int zone, int level) { in handleSeatWarmerUpdate() 531 public void setDriverSeatWarmerLevel(int level) { in setDriverSeatWarmerLevel() 535 public void setPassengerSeatWarmerLevel(int level) { in setPassengerSeatWarmerLevel() 539 public void setSeatWarmerLevel(final int zone, final int level) { in setSeatWarmerLevel()
|
/packages/apps/Gallery2/src/com/android/photos/ |
D | BitmapRegionTileSource.java | 125 public Bitmap getTile(int level, int x, int y, Bitmap bitmap) { in getTile() 156 int level, int x, int y, int tileSize) { in getTileWithoutReusingBitmap()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/autofill/ |
D | AutofillTestingHelper.java | 39 public void setMaxVisibleDatasets(int level) { in setMaxVisibleDatasets()
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ContentRatingLevelPolicy.java | 37 @ContentRatingLevel int level) { in getRatingsForLevel()
|