Searched refs:edgeType (Results 1 - 3 of 3) sorted by relevance

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSetupActivity.java238 mEdgeType = Integer.toString (cs.edgeType);
688 private void setEdgeType(String edgeType) { argument
689 mEdgeType = edgeType;
690 mEdgeTypeName = getEdgeTypeName(edgeType);
693 Integer.parseInt(edgeType));
772 private String getEdgeTypeName(String edgeType) { argument
773 int x = indexOf(mEdgeTypes, edgeType);
H A DCaptionPreviewFragment.java241 public void livePreviewEdgeType(int edgeType) { argument
242 mPreviewText.setEdgeType(edgeType);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionPropertiesFragment.java338 mEdgeType.setValue(attrs.edgeType);

Completed in 12 milliseconds