Home | History | Annotate | Download | only in widget

Lines Matching defs:targetSdkVersion

68  * <p>This behavior has been preserved for apps that set <code>android:targetSdkVersion="17"</code>
263 int version = context.getApplicationInfo().targetSdkVersion;
471 final int targetSdkVersion = getContext().getApplicationInfo().targetSdkVersion;
486 if (targetSdkVersion < Build.VERSION_CODES.KITKAT) {
492 if (targetSdkVersion < Build.VERSION_CODES.KITKAT) {
501 if (targetSdkVersion < Build.VERSION_CODES.KITKAT) {
1274 final int targetSdkVersion = c.getApplicationInfo().targetSdkVersion;
1275 mIsRtlCompatibilityMode = (targetSdkVersion < JELLY_BEAN_MR1 ||