Searched refs:NearestTouchFrame (Results 1 – 3 of 3) sorted by relevance
43 public class NearestTouchFrame extends FrameLayout { class72 public NearestTouchFrame(Context context, AttributeSet attrs) { in NearestTouchFrame() method in NearestTouchFrame77 NearestTouchFrame(Context context, AttributeSet attrs, Configuration c) { in NearestTouchFrame() method in NearestTouchFrame
58 private NearestTouchFrame mNearestTouchFrame;71 mNearestTouchFrame = new NearestTouchFrame(mContext, null, c); in setup()79 mNearestTouchFrame = new NearestTouchFrame(mContext, null, c); in testNoActionOnLargeDevices()
72 import com.android.systemui.navigationbar.buttons.NearestTouchFrame;895 return ((NearestTouchFrame) navBarLayout in getButtonTouchRegionCache()