Searched refs:ptm (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DZipEntry.cpp365 struct tm* ptm; local
372 ptm = localtime_r(&even, &tmResult);
374 ptm = localtime(&even);
378 year = ptm->tm_year;
382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday;
383 ztime = ptm->tm_hour << 11 | ptm->tm_min << 5 | ptm->tm_sec >> 1;
/frameworks/base/core/java/android/text/method/
H A DPasswordTransformationMethod.java240 public Visible(Spannable sp, PasswordTransformationMethod ptm) { argument
242 mTransformer = ptm;

Completed in 61 milliseconds