Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDemoStatusIcons.java203 addView(v, 0, createLayoutParams()); in updateSlot()
223 addView(view, viewIndex, createLayoutParams()); in addDemoWifiView()
244 addView(view, getChildCount(), createLayoutParams()); in addMobileView()
290 private LayoutParams createLayoutParams() { in createLayoutParams() method in DemoStatusIcons