Example usage for android.widget LinearLayout setMotionEventSplittingEnabled

List of usage examples for android.widget LinearLayout setMotionEventSplittingEnabled

Introduction

In this page you can find the example usage for android.widget LinearLayout setMotionEventSplittingEnabled.

Prototype

public void setMotionEventSplittingEnabled(boolean split) 

Source Link

Document

Enable or disable the splitting of MotionEvents to multiple children during touch event dispatch.

Usage