Home
last modified time | relevance | path

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

/packages/apps/Gallery/src/com/android/camera/
DViewImage.java623 int[] normalIds = {R.id.setas, R.id.play, R.id.share, R.id.discard}; in onCreate() local
624 int[] connectIds = isPickIntent() ? pickIds : normalIds; in onCreate()