Home
last modified time | relevance | path

Searched refs:whitebalance (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Gallery/src/com/android/camera/
DMenuHelper.java351 int whitebalance = exif.getAttributeInt(ExifInterface.TAG_WHITE_BALANCE, -1); in getWhiteBalanceString() local
352 if (whitebalance == -1) return ""; in getWhiteBalanceString()
354 switch (whitebalance) { in getWhiteBalanceString()