Searched defs:linearLayout (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarIconController.java71 public DarkIconManager(LinearLayout linearLayout) { argument
72 super(linearLayout);
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
H A DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DHardwareUiLayout.java172 LinearLayout linearLayout = (LinearLayout) mChild;
174 swapOrder(linearLayout);
176 linearLayout.setOrientation(LinearLayout.HORIZONTAL);
183 LinearLayout linearLayout = (LinearLayout) mChild;
185 swapOrder(linearLayout);
187 linearLayout.setOrientation(LinearLayout.VERTICAL);
193 private void swapOrder(LinearLayout linearLayout) { argument
195 for (int i = 0; i < linearLayout.getChildCount(); i++) {
196 children.add(0, linearLayout.getChildAt(0));
197 linearLayout
[all...]

Completed in 3684 milliseconds