summaryrefslogtreecommitdiffstats
path: root/src/qmlandroid/view/animation/qqmlandroidlinearinterpolator.cpp
blob: 3864bdd41a86b77b0f629ccfb5b173c40daa3485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "qqmlandroidlinearinterpolator_p.h"

QT_BEGIN_NAMESPACE

QQmlAndroidLinearInterpolator::QQmlAndroidLinearInterpolator(QObject *parent) :
    QQmlAndroidInterpolator(parent)
{
}

QAndroidJniObject QQmlAndroidLinearInterpolator::onCreate()
{
    return QAndroidJniObject("android/view/animation/LinearInterpolator");
}

QT_END_NAMESPACE