Home
last modified time | relevance | path

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

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderParamsAdapter.java63 public int getMinSdkVersion() { in getMinSdkVersion() method in RemoteRenderParamsAdapter
64 return mDelegate.getMinSdkVersion(); in getMinSdkVersion()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DRemoteBridgeImpl.java121 remoteParams.getMinSdkVersion(), remoteParams.getTargetSdkVersion(), in createSession()
144 remoteParams.getMinSdkVersion(), remoteParams.getTargetSdkVersion(), in renderDrawable()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderParams.java33 int getMinSdkVersion() throws RemoteException; in getMinSdkVersion() method
/frameworks/base/tools/aapt/
DBundle.h186 const char* getMinSdkVersion() const { return mMinSdkVersion; } in getMinSdkVersion() function
DResourceTable.cpp4528 static int getMinSdkVersion(const Bundle* bundle) { in getMinSdkVersion() function
4531 } else if (bundle->getMinSdkVersion() != NULL && strlen(bundle->getMinSdkVersion()) > 0) { in getMinSdkVersion()
4532 return atoi(bundle->getMinSdkVersion()); in getMinSdkVersion()
4613 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
4792 const int minSdkVersion = getMinSdkVersion(bundle); in versionForCompat()
4850 const int minSdk = getMinSdkVersion(bundle); in modifyForCompat()
DResource.cpp891 if (bundle->getMinSdkVersion() != NULL in massageManifest()
900 bundle->getMinSdkVersion(), errorOnFailedInsert)) { in massageManifest()