/frameworks/base/core/java/android/widget/ |
D | DifferentialMotionFlingHelper.java | 236 buffer[1] = vc.getScaledMaximumFlingVelocity(deviceId, axis, source); in calculateFlingVelocityThresholds()
|
D | HorizontalScrollView.java | 337 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
|
D | StackView.java | 198 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initStackView()
|
D | ScrollView.java | 374 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initScrollView()
|
D | NumberPicker.java | 784 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity() in NumberPicker()
|
D | AbsListView.java | 1012 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initAbsListView()
|
/frameworks/base/core/java/android/view/ |
D | ViewConfiguration.java | 963 public int getScaledMaximumFlingVelocity() { in getScaledMaximumFlingVelocity() method in ViewConfiguration 1242 public int getScaledMaximumFlingVelocity(int inputDeviceId, int axis, int source) { in getScaledMaximumFlingVelocity() method in ViewConfiguration
|
D | GestureDetector.java | 512 mMaximumFlingVelocity = configuration.getScaledMaximumFlingVelocity(); in init()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchState.java | 207 mViewConfig.getScaledMaximumFlingVelocity()); in onTouchEvent()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/ |
D | PipTouchState.java | 207 mViewConfig.getScaledMaximumFlingVelocity()); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
D | EdgeBackGestureHandler.java | 1161 int maxVelocity = mViewConfiguration.getScaledMaximumFlingVelocity(); in dispatchToBackAnimation()
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 210 mMaximumVelocity = vc.getScaledMaximumFlingVelocity(); in StaggeredGridView()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | FullScreenMagnificationGestureHandler.java | 244 mMaximumVelocity = viewConfiguration.getScaledMaximumFlingVelocity(); in FullScreenMagnificationGestureHandler()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 355 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in ViewPager()
|
D | RecyclerView.java | 550 mMaxFlingVelocity = vc.getScaledMaximumFlingVelocity(); in RecyclerView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 926 mMaximumVelocity = configuration.getScaledMaximumFlingVelocity(); in initView()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 53514 method public int getScaledMaximumFlingVelocity(); 53515 method public int getScaledMaximumFlingVelocity(int, int, int);
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 17649 HSPLandroid/view/ViewConfiguration;->getScaledMaximumFlingVelocity()I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 34002 method public int getScaledMaximumFlingVelocity();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 17713 HSPLandroid/view/ViewConfiguration;->getScaledMaximumFlingVelocity()I
|