Searched refs:getTargetSdkVersion (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DRenderScriptGL.java163 int sdkVersion = getTargetSdkVersion(ctx);
H A DRenderScript.java868 static int getTargetSdkVersion(Context ctx) { method in class:RenderScript
881 int sdkVersion = getTargetSdkVersion(ctx);
/frameworks/base/libs/rs/
H A DrsContext.h215 uint32_t getTargetSdkVersion() const {return mTargetSdkVersion;} function in class:android::renderscript::Context
H A DrsScriptC.cpp215 sdkVersion = rsc->getTargetSdkVersion();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java119 mParams.getProjectCallback(), getConfiguration(), mParams.getTargetSdkVersion());
/frameworks/base/tools/aapt/
H A DBundle.h140 const char* getTargetSdkVersion() const { return mTargetSdkVersion; } function in class:Bundle
H A DResource.cpp702 || bundle->getTargetSdkVersion() != NULL
713 bundle->getTargetSdkVersion());

Completed in 103 milliseconds