Home
last modified time | relevance | path

Searched refs:NearestTouchFrame (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrame.java43 public class NearestTouchFrame extends FrameLayout { class
72 public NearestTouchFrame(Context context, AttributeSet attrs) { in NearestTouchFrame() method in NearestTouchFrame
77 NearestTouchFrame(Context context, AttributeSet attrs, Configuration c) { in NearestTouchFrame() method in NearestTouchFrame
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java58 private NearestTouchFrame mNearestTouchFrame;
71 mNearestTouchFrame = new NearestTouchFrame(mContext, null, c); in setup()
79 mNearestTouchFrame = new NearestTouchFrame(mContext, null, c); in testNoActionOnLargeDevices()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java72 import com.android.systemui.navigationbar.buttons.NearestTouchFrame;
895 return ((NearestTouchFrame) navBarLayout in getButtonTouchRegionCache()