Searched refs:outside (Results 1 - 3 of 3) 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.cpp375 // ignore limits and features specified outside of type
376 bool outside = !inType && !mCurrentInfo->mHasSoleMime; local
377 if (outside && (!strcmp(name, "Limit") || !strcmp(name, "Feature"))) {
378 ALOGW("ignoring %s specified outside of a Type", name);
/frameworks/base/docs/html/training/
H A Dtraining_toc.cs1121 "How to display messages called notifications outside of

Completed in 2512 milliseconds