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.java379 int oldBitmapOffset = height + ((mParentSize - height)/2); in combine() local
383 …oldDrawable.setBounds(0, oldBitmapOffset, oldDrawable.getIntrinsicWidth(), oldDrawable.getIntrinsi… in combine()
388 int oldBitmapOffset = width + ((mParentSize - width)/2); in combine() local
392 …oldDrawable.setBounds(oldBitmapOffset, 0, oldDrawable.getIntrinsicWidth()+oldBitmapOffset, oldDraw… in combine()