Home
last modified time | relevance | path

Searched defs:lp (Results 1 – 15 of 15) sorted by relevance

/development/apps/Development/src/com/android/development/
DPointerLocation.java36 WindowManager.LayoutParams lp = getWindow().getAttributes(); in onCreate() local
DPackageSummary.java160 LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( in onCreate() local
DConnectivity.java276 public void onLinkPropertiesChanged(Network network, LinkProperties lp) { in onLinkPropertiesChanged()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DNotificationDisplay.java56 RelativeLayout.LayoutParams lp = new RelativeLayout.LayoutParams( in onCreate() local
DMenuInflateFromXml.java113 LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( in onCreate() local
DFragmentReceiveResult.java40 FrameLayout.LayoutParams lp = new FrameLayout.LayoutParams( in onCreate() local
DActionBarDisplayOptions.java102 ActionBar.LayoutParams lp = (ActionBar.LayoutParams) mCustomView.getLayoutParams(); in onClick() local
/development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
DThemedNavBarKeyboard.java195 final LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( in KeyboardLayoutView() local
204 final LinearLayout.LayoutParams lp = new LinearLayout.LayoutParams( in KeyboardLayoutView() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DCustomLayout.java99 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onMeasure() local
151 final LayoutParams lp = (LayoutParams) child.getLayoutParams(); in onLayout() local
DExpandableList1.java113 AbsListView.LayoutParams lp = new AbsListView.LayoutParams( in getGenericView() local
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DStatusBar.java107 WindowManager.LayoutParams lp = new WindowManager.LayoutParams( in create() local
/development/samples/SampleInputMethodAccessibilityService/src/com/example/android/sampleinputmethodaccessibilityservice/
DSampleInputMethodAccessibilityService.java238 final LinearLayout.LayoutParams lp = in onServiceConnected() local
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java183 final ViewGroup.LayoutParams lp = titlesView.getLayoutParams(); in toggleVisibleTitles() local
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DLocalPlayer.java488 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); in updateSize() local
559 ViewGroup.LayoutParams lp = mPresentationSurfaceView.getLayoutParams(); in updateSize() local
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/
DMediaProjectionDemo.java175 ViewGroup.LayoutParams lp = mSurfaceView.getLayoutParams(); in onItemSelected() local