HomeSort by relevance Sort by last modified time
    Searched refs:layoutType (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
LayoutMetric.java 21 abstract class LayoutMetric<LayoutType extends Enum> {
23 private LayoutType layoutType;
25 //private LayoutType layoutType;
29 public LayoutMetric(float value, LayoutType layoutType) {
30 validatePair(value, layoutType);
31 set(value, layoutType);
32 //setLayoutType(layoutType);
    [all...]
SizeMetric.java 27 public SizeMetric(float value, SizeLayoutType layoutType) {
28 super(value, layoutType);
31 protected void validatePair(float value, SizeLayoutType layoutType) {
32 switch(layoutType) {
46 //switch(layoutType)
55 throw new IllegalArgumentException("Unsupported LayoutType: " + this.getLayoutType());
PositionMetric.java 19 public abstract class PositionMetric<LayoutType extends Enum> extends LayoutMetric<LayoutType> {
32 public PositionMetric(float value, LayoutType layoutType) {
33 super(value, layoutType);
  /frameworks/support/v4/api23/android/support/v4/widget/
PopupWindowCompatApi23.java 31 static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) {
32 popupWindow.setWindowLayoutType(layoutType);
  /frameworks/support/v4/java/android/support/v4/widget/
PopupWindowCompat.java 35 void setWindowLayoutType(PopupWindow popupWindow, int layoutType);
60 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) {
75 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) {
76 PopupWindowCompatGingerbread.setWindowLayoutType(popupWindow, layoutType);
120 public void setWindowLayoutType(PopupWindow popupWindow, int layoutType) {
121 PopupWindowCompatApi23.setWindowLayoutType(popupWindow, layoutType);
199 * @param layoutType Layout type for this window.
203 public static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) {
204 IMPL.setWindowLayoutType(popupWindow, layoutType);
  /frameworks/support/v4/gingerbread/android/support/v4/widget/
PopupWindowCompatGingerbread.java 33 static void setWindowLayoutType(PopupWindow popupWindow, int layoutType) {
47 sSetWindowLayoutTypeMethod.invoke(popupWindow, layoutType);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java 82 * @param xLayoutStyle LayoutType to use when orienting this element's X-Coordinate.
84 * @param yLayoutStyle LayoutType to use when orienting this element's Y_VALS_ONLY-Coordinate.
129 public void setWidth(float width, SizeLayoutType layoutType) {
130 sizeMetrics.getWidthMetric().set(width, layoutType);
137 public void setHeight(float height, SizeLayoutType layoutType) {
138 sizeMetrics.getHeightMetric().set(height, layoutType);
  /external/pdfium/core/src/reflow/
autoreflow.h 29 CPDF_AutoReflowElement(LayoutType layoutType = LayoutUnknown , CPDF_AutoReflowElement* pParent = NULL) ;
31 LayoutType GetType()
64 LayoutType m_ElmType;
layoutprocessor_reflow.cpp 354 LayoutType layoutType = pElement->GetType();
356 if(layoutType == LayoutTable || layoutType == LayoutTableDataCell || layoutType == LayoutTableHeaderCell) {
361 } else if( layoutType == LayoutTableRow) {
521 LayoutType layoutType = pElement->GetType();
522 FX_INT32 ElementType = GetElementTypes(layoutType);
555 switch(layoutType) {
    [all...]
reflowedpage.h 58 FX_INT32 GetElementTypes(LayoutType layoutType);
autoreflow.cpp 105 CPDF_AutoReflowElement::CPDF_AutoReflowElement(LayoutType layoutType , CPDF_AutoReflowElement* pParent)
107 m_ElmType = layoutType;
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-archiver/2.4.1/
maven-archiver-2.4.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/maven-archiver/2.5/
maven-archiver-2.5.jar 
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java 525 * @param layoutType Layout type for this window.
529 public void setWindowLayoutType(int layoutType) {
530 mDropDownWindowLayoutType = layoutType;
    [all...]
PopupWindow.java 839 * @param layoutType Layout type for this window.
843 public void setWindowLayoutType(int layoutType) {
844 mWindowLayoutType = layoutType;
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.2.0/
lint-checks-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.0/
lint-checks-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.4.2/
lint-checks-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.0/
lint-checks-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.1/
lint-checks-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.5.3/
lint-checks-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.0/
lint-checks-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.1/
lint-checks-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.7.3/
lint-checks-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/22.8.0/
lint-checks-22.8.0.jar 

Completed in 1071 milliseconds

1 2 3