Home
last modified time | relevance | path

Searched defs:axes (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java56 Font(String fontName, int ttcIndex, List<Axis> axes, int weight, boolean isItalic) { in Font()
65 public final List<Axis> axes; field in FontListParser.Font
146 List<Axis> axes = new ArrayList<Axis>(); in readFont() local
DFontFamily.java83 public boolean addFontWeightStyle(ByteBuffer font, int ttcIndex, List<FontListParser.Axis> axes, in addFontWeightStyle()
/frameworks/support/v4/java/android/support/v4/view/
DNestedScrollingParentHelper.java57 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
DNestedScrollingChild.java108 public boolean startNestedScroll(int axes); in startNestedScroll()
DNestedScrollingChildHelper.java104 public boolean startNestedScroll(int axes) { in startNestedScroll()
DViewCompat.java459 boolean startNestedScroll(View view, int axes); in startNestedScroll()
987 public boolean startNestedScroll(View view, int axes) { in startNestedScroll()
1633 public boolean startNestedScroll(View view, int axes) { in startNestedScroll()
3129 public static boolean startNestedScroll(View view, int axes) { in startNestedScroll()
/frameworks/base/tools/velocityplot/
Dvelocityplot.py155 def _add_timeseries_line(self, axes, label, color, linewidth=1): argument
159 def _add_timeseries_legend(self, axes): argument
/frameworks/base/tools/orientationplot/
Dorientationplot.py229 def _add_timeseries_line(self, axes, label, color, linewidth=1): argument
233 def _add_timeseries_legend(self, axes): argument
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DTestedFrameLayout.java174 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DActionBarOverlayLayout.java459 public boolean onStartNestedScroll(View child, View target, int axes) { in onStartNestedScroll()
467 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
/frameworks/support/v4/api21/android/support/v4/view/
DViewCompatLollipop.java165 public static boolean startNestedScroll(View view, int axes) { in startNestedScroll()
/frameworks/support/v4/java/android/support/v4/widget/
DSwipeRefreshLayout.java754 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
846 public boolean startNestedScroll(int axes) { in startNestedScroll()
DNestedScrollView.java221 public boolean startNestedScroll(int axes) { in startNestedScroll()
/frameworks/base/core/java/android/widget/
DScrollView.java1685 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
DAbsListView.java4263 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2611 void SingleTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
3756 void MultiTouchInputMapperTest::prepareAxes(int axes) { in prepareAxes()
/frameworks/base/core/java/android/view/
DViewGroup.java6807 public void onNestedScrollAccepted(View child, View target, int axes) { in onNestedScrollAccepted()
DView.java21042 public boolean startNestedScroll(int axes) { in startNestedScroll()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java9765 public boolean startNestedScroll(int axes) { in startNestedScroll()