HomeSort by relevance Sort by last modified time
    Searched refs:primaryWidth (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8994/libhdmi/
hdmi.h 70 void setPrimaryAttributes(uint32_t primaryWidth, uint32_t primaryHeight);
hdmi.cpp 715 void HDMIDisplay::setPrimaryAttributes(uint32_t primaryWidth,
718 mPrimaryWidth = primaryWidth;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 124 final int primaryWidth = primary.getIntrinsicWidth();
129 final int right = (int) Math.min(x + primaryWidth, width);

Completed in 478 milliseconds