Searched refs:outside (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardCircleFramedDrawable.java109 final float outside = Math.min(canvas.getWidth(), canvas.getHeight());
110 final float inside = mScale * outside;
111 final float pad = (outside - inside) / 2f;
113 mDstRect.set(pad, pad, outside - pad, outside - pad);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp364 // ignore limits and features specified outside of type
365 bool outside = !inType && !mCurrentInfo->mHasSoleMime; local
366 if (outside && (!strcmp(name, "Limit") || !strcmp(name, "Feature"))) {
367 ALOGW("ignoring %s specified outside of a Type", name);

Completed in 371 milliseconds