OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topLayout
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Settings/src/com/android/settings/
ConfirmLockPattern.java
127
final LinearLayoutWithDefaultTouchRecepient
topLayout
128
= (LinearLayoutWithDefaultTouchRecepient) view.findViewById(R.id.
topLayout
);
129
topLayout
.setDefaultTouchRecepient(mLockPatternView);
ChooseLockPattern.java
338
final LinearLayoutWithDefaultTouchRecepient
topLayout
340
R.id.
topLayout
);
341
topLayout
.setDefaultTouchRecepient(mLockPatternView);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java
256
LinearLayout
topLayout
= new LinearLayout(context);
257
topLayout
.setLayoutDirection(direction);
258
mViewRoot =
topLayout
;
259
topLayout
.setOrientation(LinearLayout.HORIZONTAL);
269
topLayout
.addView(navigationBar);
294
LinearLayout
topLayout
= new LinearLayout(context);
295
topLayout
.setOrientation(LinearLayout.VERTICAL);
296
topLayout
.setLayoutDirection(direction);
299
mViewRoot =
topLayout
;
304
topLayout
.setLayoutParams(layoutParams)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java
127
GridLayout
topLayout
= new GridLayout();
128
topLayout
.verticalSpacing = 0;
129
comp.setLayout(
topLayout
);
EmulatorConfigTab.java
171
GridLayout
topLayout
= new GridLayout();
172
topLayout
.numColumns = 1;
173
topLayout
.verticalSpacing = 0;
174
topComp.setLayout(
topLayout
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java
153
GridLayout
topLayout
= new GridLayout();
154
topLayout
.numColumns = 3;
155
comp.setLayout(
topLayout
);
[
all
...]
Completed in 571 milliseconds