Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/
DMultiToggleImageButton.java396 int oldBitmapOffset = height + ((mParentSize - height)/2); in combine() local
400 …oldDrawable.setBounds(0, oldBitmapOffset, oldDrawable.getIntrinsicWidth(), oldDrawable.getIntrinsi… in combine()
405 int oldBitmapOffset = width + ((mParentSize - width)/2); in combine() local
409 …oldDrawable.setBounds(oldBitmapOffset, 0, oldDrawable.getIntrinsicWidth()+oldBitmapOffset, oldDraw… in combine()