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

  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectsActivity.java 69 private static final int SHOW_TITLE_THRESHOLD_WIDTH_DIP = 1000;
100 if (widthDip >= SHOW_TITLE_THRESHOLD_WIDTH_DIP) {
VideoEditorActivity.java 138 private static final int SHOW_TITLE_THRESHOLD_WIDTH_DIP = 1000;
214 if (widthDip >= SHOW_TITLE_THRESHOLD_WIDTH_DIP) {
    [all...]

Completed in 123 milliseconds