Home
last modified time | relevance | path

Searched refs:vis (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
DEditPhoneNumberPreference.java160 int vis; in onBindView() local
175 vis = View.VISIBLE; in onBindView()
177 vis = View.GONE; in onBindView()
180 if (vis != summaryView.getVisibility()) { in onBindView()
181 summaryView.setVisibility(vis); in onBindView()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadProvider.java281 Integer vis = values.getAsInteger(Downloads.COLUMN_VISIBILITY); in insert() local
282 if (vis == null) { in insert()
290 filteredValues.put(Downloads.COLUMN_VISIBILITY, vis); in insert()
/packages/apps/Music/src/com/android/music/
DMediaPlaybackActivity.java1175 int vis = mCurrentTime.getVisibility(); in refreshNow()
1176 … mCurrentTime.setVisibility(vis == View.INVISIBLE ? View.VISIBLE : View.INVISIBLE); in refreshNow()