Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DCaptionWindowDecoration.java249 final View caption = mResult.mRootView.findViewById(R.id.caption); in setupRootView() local
250 caption.setOnTouchListener(mOnCaptionTouchListener); in setupRootView()
251 final View close = caption.findViewById(R.id.close_window); in setupRootView()
253 final View back = caption.findViewById(R.id.back_button); in setupRootView()
255 final View minimize = caption.findViewById(R.id.minimize_window); in setupRootView()
257 final View maximize = caption.findViewById(R.id.maximize_window); in setupRootView()
266 final View caption = mResult.mRootView.findViewById(R.id.caption); in setCaptionColor() local
267 final GradientDrawable captionDrawable = (GradientDrawable) caption.getBackground(); in setCaptionColor()
275 caption.getResources().getColorStateList(buttonTintColorRes, null /* theme */); in setCaptionColor()
277 final View back = caption.findViewById(R.id.back_button); in setCaptionColor()
[all …]
DCaptionWindowDecorViewModel.java293 if (v.getId() != R.id.caption) { in onTouch()
DDesktopModeWindowDecoration.java876 final View caption = mResult.mRootView.findViewById(R.id.desktop_mode_caption);
877 final View handle = caption.findViewById(R.id.caption_handle);
/frameworks/base/tests/FlickerTests/test-apps/app-helpers/src/com/android/server/wm/flicker/helpers/
DDesktopModeAppHelper.kt51 private val caption: BySelector in <lambda>() constant
94 val caption = getCaptionForTheApp(wmHelper, device) in <lambda>() constant
96 caption in <lambda>()
106 val caption = getCaptionForTheApp(wmHelper, device) in <lambda>() constant
107 val closeButton = caption?.children?.find { it.resourceName.endsWith(CLOSE_BUTTON) } in <lambda>()
126 device.wait(Until.findObjects(caption), TIMEOUT_MS) in <lambda>()
127 ?: error("Unable to find view $caption\n") in <lambda>()
/frameworks/base/core/java/android/view/flags/
Dwindow_insets.aconfig8 …description: "Flag to control the caption bar appearance and to fit app content in its empty space"
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DDreamBackend.java55 public CharSequence caption; field in DreamBackend.DreamInfo
68 sb.append('[').append(caption); in toString()
199 dreamInfo.caption = resolveInfo.loadLabel(pm); in getDreamInfos()
574 sb.append(di.caption); in sortKey()
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
DSurfaceCompositionMeasuringActivity.java354 private Button createButton(String caption, LinearLayout layout) { in createButton() argument
356 button.setText(caption); in createButton()
/frameworks/base/core/proto/android/service/
Dnotification.proto98 optional string caption = 1; field
110 // All of this type/caption enabled for current profiles.
/frameworks/base/services/core/java/com/android/server/notification/
DManagedServices.java203 return mConfig.caption; in getCaption()
660 Slog.i(TAG, "Read " + mConfig.caption + " permissions from xml"); in readXml()
839 (enabled ? " Allowing " : "Disallowing ") + mConfig.caption + " " in setPackageOrComponentEnabled()
2067 public String caption; field in ManagedServices.Config
DConditionProviders.java127 c.caption = "condition provider"; in getConfig()
DNotificationManagerService.java10895 c.caption = "notification assistant";
11494 c.caption = "notification listener";
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarView.java1182 private static void dumpButton(PrintWriter pw, String caption, ButtonDispatcher button) { in dumpButton() argument
1183 pw.print(" " + caption + ": "); in dumpButton()
/frameworks/base/core/api/
Dcurrent.txt23638 field public static final String KEY_CAPTION_SERVICE_NUMBER = "caption-service-number";