Searched refs:targetOptions (Results 1 – 2 of 2) sorted by relevance
279 Bitmap candidate, BitmapFactory.Options targetOptions) {285 int width = targetOptions.outWidth / targetOptions.inSampleSize;286 int height = targetOptions.outHeight / targetOptions.inSampleSize;292 return candidate.getWidth() == targetOptions.outWidth293 && candidate.getHeight() == targetOptions.outHeight294 && targetOptions.inSampleSize == 1;
1793 ActivityStack targetStack, ActivityRecord target, ActivityOptions targetOptions) { in resumeFocusedStackTopActivityLocked() argument1795 return targetStack.resumeTopActivityUncheckedLocked(target, targetOptions); in resumeFocusedStackTopActivityLocked()